题解 | 神秘石像的镜像序列
神秘石像的镜像序列
https://www.nowcoder.com/practice/fa34eea974234610b6d3d81790cb2949
lst=list(map(int,input().split())) lst.pop() lst.reverse() for i in lst: print(i,end=" ")
神秘石像的镜像序列
https://www.nowcoder.com/practice/fa34eea974234610b6d3d81790cb2949
lst=list(map(int,input().split())) lst.pop() lst.reverse() for i in lst: print(i,end=" ")
相关推荐