# title: walk around the mount # Author: Luke Ellison # Date: 4/06/26 # version: 1 # Purpose: this program will print a message asking a question for(i) in range(8): print("let's walk around the Mount") print('The program has ended.')