Skip to content

Instantly share code, notes, and snippets.

@KushalP
Created April 5, 2010 22:00
Show Gist options
  • Save KushalP/356955 to your computer and use it in GitHub Desktop.
Save KushalP/356955 to your computer and use it in GitHub Desktop.
def reverse(n):
return n[::-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment