python为什么我这个通过不了哇
查看原帖
python为什么我这个通过不了哇
923554
Cosmos999楼主2023/1/5 20:18
a=input()
a=list(str(a))
b="".join(a[::-1])
print(b)
2023/1/5 20:18
加载中...