# Homework 08, problem 1: add a header and two "why" comments. base = 50 bonus = 25 print("Score: " + str(base + bonus))