# Homework 13, problem 1 -- solution. width = 6 height = 4 area = width * height print("Area:", area)