Write a Python program to compute and print the reverse complement of a DNA sequence given in FASTA format. For example, if the sequence is >human ATACGGA then your program should print TCCGTAT. Submit your solution as hardcopy in class on Jan 29th.