input()换input().split()后代码就没效果了,求帮忙看看吧
num=input().split() Leng=len(num) for t in range(1,Leng+1,1): print(num[-t],end="")