# Homework 22, problem 1: Favourite games. # # Create a list of five game names. Use a for loop with enumerate() # to print: # 1. # 2. # ... # # Run with: python exercises/22/homework/01-favourite-games.py # Your code goes here: