Write two Python functions called NWscore and NWalignment. The first one takes as input two DNA sequences and match, mismatch, and gap costs and outputs the optimal alignment score as given by the Needleman-Wunsch algorithm. The second one takes the same input and outputs the alignment given by the Needleman-Wunsch algorithm. Submit hardcopies in class on Mar 1st.