dxnge

Task 4

Sep 16th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. a = int(input())
  2. n = list(map(int, input().split()))
  3. print(*n[::-1])
Advertisement
Add Comment
Please, Sign In to add comment