#Tiltle: march around the mount #Author: Ngahau Kereopa #date: 13/11/25 #version: 1 #purpose this program displays a message 8 times. #then ends with a completion message for i in range(8): print("Lets walk around the Mount") print("The program has ended")