题解 | #数字颠倒#
数字颠倒
https://www.nowcoder.com/practice/ae809795fca34687a48b172186e3dafe
import sys
"""
2024年3月14日15:38:59 解题思路
1、输入字符串
2、直接逆向输出
"""
strList = input().strip()
for i in strList[::-1]:
print(i,end="")
数字颠倒
https://www.nowcoder.com/practice/ae809795fca34687a48b172186e3dafe
import sys
"""
2024年3月14日15:38:59 解题思路
1、输入字符串
2、直接逆向输出
"""
strList = input().strip()
for i in strList[::-1]:
print(i,end="")
相关推荐
最喜欢秋天的火龙果很...:第一份工作一定要往大的去,工资低点没事。后面换工作会更好找,即使你去小公司,你也不可能不会换工作的。所以找大的去