#Title: welcome_message #Author: Adam #Date: 4 June 2026 #Version: 1 #Purpose: This program will ask for a name and display a welcome message name = input("What is your name? ") for (i) in range (5): print(f'Malo {name}') print('The program has ended')