s=""
word=input (“输文字内容”)
n=len (word)-1
while n>=0:
s=s+word[n]
n=n-1
print (s)
程序运行后,输入:青山绿水 运行输出结果是:
微信扫码预览、分享更方便