# title: Rain or shine # auther: Josh waghorn # date: 13/11/25 # version: 1.00 # purpos: say "lets walk around the mount" 8 times for xyz in range(8): print("Let's walk around the Mount") print("The program has ended.")