Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created October 3, 2021 06:09
Show Gist options
  • Save fatosmorina/e7c70ffd6cc7a8be1fd7231764d05228 to your computer and use it in GitHub Desktop.
Save fatosmorina/e7c70ffd6cc7a8be1fd7231764d05228 to your computer and use it in GitHub Desktop.
my_list = [13, 51, 1, -14, 0, 91, 43]
my_list.sort()
print(my_list) # [-14, 0, 1, 13, 43, 51, 91]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment