Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created June 2, 2023 16:55
Show Gist options
  • Save moulik-source/c8ebdfb8e1bf52c84f6edf17868f32e3 to your computer and use it in GitHub Desktop.
Save moulik-source/c8ebdfb8e1bf52c84f6edf17868f32e3 to your computer and use it in GitHub Desktop.
my_list = ['apple', 'banana', 'cherry']
print(my_list[0]) # 'apple'
print(my_list[-1]) # 'cherry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment