Question: Must be in Python 3.6 (please have a screen shot on the code) 15.9 (Print the characters in a string reversely) Write a recursive function
Must be in Python 3.6 (please have a screen shot on the code)

15.9 (Print the characters in a string reversely) Write a recursive function that dis- plays a string reversely on the console using the following header: def reverseDisplay(value): For example, reverseDisplayC"abcd"displays dcba. Write a test program that prompts the user to enter a string and displays its reversal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
