Write a Python program that prints the number of matches, mismatches, and gaps in an alignment given in FASTA format. For example if the input in the file dna.fasta is >A ACCGTAAC >B ACC---GC then the program should output 4, 3, 1 Submit a hardcopy in class on Oct 14th.