Write a Python program to print the score of a pairwise sequence alignment in non-interleaved FASTA format with match, mismatch, and gap scores of 10, 2, and -2. Submit your solution as hardcopy in class on Feb 3rd. As an example the score of the alignment >human ATA---CA >mouse AAAAAACT is 10+2+10-2-2-2+10+2=28