Write a Python function that takes as input a random traceback matrix and two DNA sequences and returns the alignment of the sequences given by the traceback matrix. The function definition is def alignment(T, seq1, seq2) where T is the traceback matrix and seq1 and seq2 are the DNA sequences. Submit a hardcopy in class on Feb 11th.