1 s=input(‘Please input the string:‘) 2 temp=list(s) 3 temp.reverse() 4 #列表转换为字符串 5 print(‘‘.join(temp))
原文地址:https://www.cnblogs.com/feihujiushiwo/p/10917231.html
时间: 2024-11-09 19:30:39
1 s=input(‘Please input the string:‘) 2 temp=list(s) 3 temp.reverse() 4 #列表转换为字符串 5 print(‘‘.join(temp))
原文地址:https://www.cnblogs.com/feihujiushiwo/p/10917231.html