Question: rite a Python program that opens a file called dna.txt, a file in fasta format that contains one sequence, and prints the reverse complement of

rite a Python program that opens a file called "dna.txt", a file in fasta format that contains one sequence, and prints the reverse complement of the dna sequence. For example, if the file contains: >bonobo tactagat then the program should print atctagta. Your program should work for any DNA sequence and not just the one in the example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
