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