Skip to content

Instantly share code, notes, and snippets.

@chingovan
Created June 28, 2015 09:15
Show Gist options
  • Save chingovan/777fb506953833ec1796 to your computer and use it in GitHub Desktop.
Save chingovan/777fb506953833ec1796 to your computer and use it in GitHub Desktop.
a = ['life', 'is', 'not', 'fair', 'get', 'used', 'to', 'it']
print(a)
a.sort();
print("List a :" , a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment