Write a Python program to compute and print the reverse complement of all DNA sequences given in FASTA format. For example, if the dna.fasta is >human ATACGGA >mouse CGGAT >cat GGATCCAA then your program should print >human ACCGTAT >mouse ATCCG >cat TTGGATCC Submit your solution as hardcopy in class on Jan 31st.