Question: Using python, Thank you. Write a program that prompts the user for a DNA string, and then prints the length and GC-content (percent of the
Using python, Thank you.

Write a program that prompts the user for a DNA string, and then prints the length and GC-content (percent of the string that is C or G, written as a decimal) A sample run of your program should look like Enter a DNA string: ACGCCCGGGATG Length is 12 GC-content is 0.75 And another sample run: Enter a DNA string: AAAAA Length is 5 Gc-content is e.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
