#Title: Walking Around the Mount Program #Author: Henri Finn #Date: 13/11/2025 #Version: 1.0 #Purpose: To display a message eight times using a for loop. for xyz in range(8): print("Let's walk around the Mount") print("The program has ended.")