Question: Write a Python program that prompts the user to enter a DNA sequence and determines whether it has more 'G' nucleotides than 'A' nucleotides. If

Write a Python program that prompts the user to enter a DNA sequence and determines whether it has more 'G' nucleotides than 'A' nucleotides. If the number of 'G' nucleotides is larger than the number of 'A' nucleotides print "G> A". If the number of'G' nucleotides is less than the number of 'A' nucleotides then print "G
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
