#Title: mount_walk #Author: Adam #Date: 4 June 2026 #Version: 1 #Purpose: This program will repeat a display message 8 times for (i) in range (8): print("let's walk around the Mount") print('The program has ended')