Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created November 14, 2021 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/69854c49b69fbd1a0615e978482381c4 to your computer and use it in GitHub Desktop.
Save fatosmorina/69854c49b69fbd1a0615e978482381c4 to your computer and use it in GitHub Desktop.
my_list = [15, 31, 44, 11, 2, 6, 91, 13]
print(my_list[-1]) # 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment