Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Created September 24, 2020 18:11
Show Gist options
  • Save codetombomb/9965c363c518cea8073fd41409fe21fe to your computer and use it in GitHub Desktop.
Save codetombomb/9965c363c518cea8073fd41409fe21fe to your computer and use it in GitHub Desktop.
Index in List
days_of_week = ["Mon", "Tues", "Wed", "Thurs", "Fri", "Sat", "Sun"]
days_of_week[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment