Skip to content

Instantly share code, notes, and snippets.

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