#title: March around the mount #Author: Gurshan Singh #date: 17/11/25 #version:version 2 # Purpose: This program displays a message 8 times to simulate walking around the mount, for i in range(8): print("Let's walk around the Mount") print("The program has ended.")