Skip to content

Instantly share code, notes, and snippets.

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