Skip to content

Instantly share code, notes, and snippets.

@popey456963
Created November 5, 2015 13:26
Show Gist options
  • Save popey456963/ad971fbdc2603ce3768a to your computer and use it in GitHub Desktop.
Save popey456963/ad971fbdc2603ce3768a to your computer and use it in GitHub Desktop.
Reverse Words
print(" ".join(input().split()[::-1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment