userinput=input("Please input your
text to print it's reverse\n")
print "Your inputted string is: "
,userinput
print "The reverse of the inputted
string is:"
print(reverse(string)) mathod solution?
Answers
Answered by
0
tex
bf
huge
bold
userinput=input("Please input your
text to print it's reverse\n")
print "Your inputted string is: "
,userinput
print "The reverse of the inputted
string is:"
Similar questions