python这样写为什么错呀
查看原帖
python这样写为什么错呀
656634
MinQo楼主2022/1/23 15:56

a=list(input())

b=a[::-1]

for i in b:

print(i,end="")
2022/1/23 15:56
加载中...