Skip to content

Instantly share code, notes, and snippets.

@modos
Created July 16, 2022 01:52
Show Gist options
  • Save modos/cf4786bb696b44be1c1147e32bf8b37f to your computer and use it in GitHub Desktop.
Save modos/cf4786bb696b44be1c1147e32bf8b37f to your computer and use it in GitHub Desktop.
سوال برنامه نویسی برنامه نویسی سوال
input()
target = input().split(" ")
target = [target[i] for i in reversed(range(len(target)))]
target = " ".join(target)
print(target)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment