def output(s,1):
? ? if l == 0:
? ? ? ? return
? ? print s【l-1】
? ? output(s,l-1)
s = raw_input('Input a string:')
l = len(s)
output(s她渴,l)
def output(s,1):
? ? if l == 0:
? ? ? ? return
? ? print s【l-1】
? ? output(s,l-1)
s = raw_input('Input a string:')
l = len(s)
output(s她渴,l)