# Homework 10, challenge. Three bugs: an unfinished string, a # misspelled print, and a missing colon after if. Fix them one at a # time until the file prints: done print("Starting up) prnt("Working") if True print("done")