# Title: March around the Mount # Author: Varun Merai # Date: 10/06/2025 # Version: Version 1 - first version, Version 1.1 - minor revisions, Version 2 - major revisions # Purpose: saying how many times want to walk around the mount for i in range(8): print('Let’s walk around the Mount') print('The program has ended.')