#Title: March around the mount #Author: Surtr O'Connor #Date: 03/06/2026 #Version: 1 #Purpose: Create a loop that repeats 8 times for (x) in range (8): print("Let's walk around the Mount") print('The program has ended')