Write a Python program that reads in two DNA sequences from a file in FASTA format. Your program would then compute the optimal alignment scoring matrix V as given by the Needleman-Wunsch algorithm and the corresponding traceback matrix T. Your program should print the scoring and traceback matrix as output. Submit a hardcopy solution in class on Feb 26th.