Question: PYTHON 3.6.1 Assume that the variable named myString holds a string of your choosing, and the variable named reversedString holds an empty string. Write a
PYTHON 3.6.1
Assume that the variable named myString holds a string of your choosing, and the variable named reversedString holds an empty string. Write a loop that adds the characters from myString to reversedString in reverse order. Display the final result of reversedString.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
