# Title: Mount Maunganui College # Author: Hailey Lau # Date: 16/06/25 # Version: Version 1 # Purpose: This program displays a message 5 times and tells the user that the program has ended after the program has ended. # Loop for i in range(5): print('Mount Maunganui College') # Telling the user that the program has ended print('The program has ended')