#Title: Looping program #Author: Josie Crowder #Date: 13/11/25 #Version: Version 1 #Purpose: This program is for loop to repeat for xyz in range(8): print("Let's walk around the Mount.") print("The program has ended.")