Skip to content

Instantly share code, notes, and snippets.

@sathishbabu96
Created March 14, 2017 18:55
Show Gist options
  • Select an option

  • Save sathishbabu96/39f52a95e5c7df374f22e662337d43ae to your computer and use it in GitHub Desktop.

Select an option

Save sathishbabu96/39f52a95e5c7df374f22e662337d43ae to your computer and use it in GitHub Desktop.
a=input("Enter a long string ").split(" ")
a=a[::-1]
a=" ".join(a)
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment