#Title: March around the mount #Author: Lochlan Moore #Date:03/06/26 #Version:1 #Purpose:Loops the print statement"Lets walk around the mount" 8 times for (i) in range(8): print("Let's walk around the Mount") print('The program has ended')