python/2024-6-9-2.py

5 lines
43 B
Python
Raw Normal View History

a=input()
b=a.split()
b.reverse()
print(b)