# Title: March around the mount # Author: Hailey Lau # Date: 10/06/25 # Version: Version 1 # Purpose: This program displays a message 8 times indicating a walk around the mount, and ends with a closing statement. # Loop for i in range(8): print('Let’s walk around the Mount') # Telling the user that the program has ended print('The program has ended')