# Homework 07, problem 1: Greet yourself. # # Write three print calls below so the terminal shows, on three # separate lines: # 1. a greeting, # 2. your first name, # 3. the name of your favourite game. # # Run with: python exercises/07/homework/01-greet-yourself.py # Your code goes here: