Write a Python program to print the score of a pairwise sequence alignment in non-interleaved FASTA format with match, mismatch, and gap open and extensions scores of 10, 2, -2, and -.01. Submit your solution as hardcopy in class on Feb 1st. As an example the score of the alignment >human ATA---CA >mouse AAAAAACT is 10+2+10-2-.-01-.01+10+2=31.99 -------------------------- As part two of this homework write at the bottom of your Python program the alignment of ACCAG and CTG as defined by the traceback matrix below. A C C A G L L L L L C U L U U L L T U L L D D D G U D D U L L