Python Solution

input()

arr = str(input()).split(" ")
arr.reverse()

for num in arr:
    print(num + " ", end="")

results matching ""

    No results matching ""