Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created September 5, 2021 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/6e3197ea20ce44bf8f949646fb67d63c to your computer and use it in GitHub Desktop.
Save fatosmorina/6e3197ea20ce44bf8f949646fb67d63c to your computer and use it in GitHub Desktop.
days_of_the_week = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']
for day, day_name in enumerate(days_of_the_week):
print(f'{day_name} is day {day + 1} of the week')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment