[Solved]-Python 3 Write Script Takes String User Input Prints String Reverse Order Example Input He Q37272751
In python 3,
Write a script that takes a string from user input and printsthe string in reverse order.
Example
input = hello
output = olleh
Expert Answer
Answer to In python 3, Write a script that takes a string from user input and prints the string in reverse order. Example input = … . . .
OR

