Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Last active September 24, 2020 18:51
Show Gist options
  • Save codetombomb/2a820b2022d40669ed78b83ad9552752 to your computer and use it in GitHub Desktop.
Save codetombomb/2a820b2022d40669ed78b83ad9552752 to your computer and use it in GitHub Desktop.
Index in list
days_of_week = ["Mon", "Tues", "Wed", "Thurs", "Fri", "Sat", "Sun"]
first_index = days_of_week[0]
print(first_index)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment