Computer Science, asked by parmendrak105, 10 months ago

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 ıtʑFᴇᴇʟɓᴇãᴛ
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