Use recursive functions only Python only** onlyAU - Given an RNA sequence, returns a new sequence consisting of only the 'A' and 'U' bases from the original sequence with the 'C' and 'G' bases removed.    Define onlyAU with 1 parameter Use def to define onlyAU with 1 parameter   Do not use any kind of loop Within the definition of onlyAU with 1 parameter, do not use any kind of loop.   Use a return statement Within the definition of onlyAU with 1 parameter, use return _ in at least one place.   Call onlyAU Within the definition of onlyAU with 1 parameter, call onlyAU in at least one place.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Use recursive functions only

Python only**

onlyAU - Given an RNA sequence, returns a new sequence consisting of only the 'A' and 'U' bases from the original sequence with the 'C' and 'G' bases removed. 

 

Define onlyAU with 1 parameter

Use def to define onlyAU with 1 parameter

 

Do not use any kind of loop

Within the definition of onlyAU with 1 parameter, do not use any kind of loop.

 

Use a return statement

Within the definition of onlyAU with 1 parameter, use return _ in at least one place.

 

Call onlyAU

Within the definition of onlyAU with 1 parameter, call onlyAU in at least one place.

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Computational Systems
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning