# # Author: Stefanie Remondavia # 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 person the program has ended print('The program has ended. ')