Question: 1616 PYTHON PROGRAM WRITE A PYTHON PROGRAM POST A SCREENSHOT OF RESULT DNA transcription transforms a strand of DNA to RNA by replacing every thymine
1616
PYTHON PROGRAM
WRITE A PYTHON PROGRAM
POST A SCREENSHOT OF RESULT
DNA transcription transforms a strand of DNA to RNA by replacing every thymine (T) with uracil (U).Write a function transcription(dna) that takes a DNA string and returns the corresponding RNA. Use a string accumulator. Test your function on random strings of DNA.
Rewrite the transcription() function using string methods.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
