Question: ) Write a recursive function named reverse_string that takes a string as an argument and returns the string backwards. Add a main() function that prompts
) Write a recursive function named reverse_string that takes a string as an argument and returns the string backwards. Add a main() function that prompts the user for a string and uses reverse_string to display the string in reverse in python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
