#Title: march around the mount #Author: Aidan McGreal #Date: 17/11/2025 #Version: 3 #this code repeats the phrase 'lets walk around the mount' 8 times for xyz in range(8): print("let's walk around the mount") print("The program has ended.")