# Title: March around the Mount # Author: Isaac Cook # Date: 13/11/25 # Version: 1 # Purpose: A loop that repeats 8 times. for i in range(8): print("Let's walk around the Mount") print("The program has ended")