Answered step by step
Verified Expert Solution
Question
1 Approved Answer
My code outputs the correct answer when I call only the 2nd function. However, if I call the 1st function and then the 2nd, only
My code outputs the correct answer when I call only the 2nd function. However, if I call the 1st function and then the 2nd, only the 1st function outputs what it's supposed to (the 2nd returns a blank line). Can anyone see any problem with the code and explain why calling the 2nd function after the first doesn't work?
Calling both
Outputs just the string from the first function and not the second:
print(createCodonString(myFile)) print(createReverseString(myFile)) gagacgtacttgttgttttaaataaacgaacaaattaaaatgtctgataatggaccccaaStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started