#a. Title: Let’s walk around the Mount #b. Author: sande #c. Date: 10/06/25 #d. Version 1 #e. Purpose: 1) Create a loop that repeats 8 times 2) Inside the loop display “Let’s walk around the Mount” 3) The last line should display “The program has ended.” 4) Add the following comments at the top of the program: for i in range(8): print("Let’s walk around the Mount") print("The program has ended")