Skip to content

Instantly share code, notes, and snippets.

@chingovan
Created June 28, 2015 08:33
Show Gist options
  • Save chingovan/ae8752bb4ccdd1a73f2d to your computer and use it in GitHub Desktop.
Save chingovan/ae8752bb4ccdd1a73f2d to your computer and use it in GitHub Desktop.
a = [5, 2, 7, 3, 8, 1]
print(a)
b = sorted(a)
print("List a :" , a)
print("List b : ", b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment