# Homework 07, problem 3 -- solution. # # Fixes: # 1. `Print` -> `print` (lower case). # 2. Closing `"` added to the first string. # 3. `prnt` -> `print`. # 4. Closing `)` added to the second print call. print("Halfway there") print("All good now.")