# Title: March around the mount # Author: Corrin (me) # Date: 9/06/2025 # Version: Version 1 - first version # Purpose: Create a loop that repeats 8 times for i in range(8): print("Let's walk around the Mount") print("The program has ended")