Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created April 18, 2021 15:59
Show Gist options
  • Save fatosmorina/ca83a617dff79c9ca0ad3136f5ec5a09 to your computer and use it in GitHub Desktop.
Save fatosmorina/ca83a617dff79c9ca0ad3136f5ec5a09 to your computer and use it in GitHub Desktop.
my_list = [1, 2, 3, 4]
print(my_list[-1]) # 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment