Write a Python program to print the score of a pairwise sequence alignment in non-interleaved FASTA format with match, mismatch, open gap, extension gap, and end gap scores 10, 2, -2, -.1, and 0. Submit your solution as hardcopy in class on Feb 10th. As an example the score of the alignment >human --AG--AAA >mouse AAAGCAA-- is 0+0+10+10-2-.1+10+0+0=27.9 -------------------------- As part two of this homework write down below your submitted solution the alignment of ACCAGCTGGA and CTG as defined by the traceback matrix below. A C C A G C T G G A L L L L L L L L L L C U L U U L L D D D U U T U L L D D D D D D U U G U D D U L L L L D L L