#Title: Welcome message #Author: Jade Egan Powell #Date: 4/06/26 #Version: 1 #Purpose: To ask for a name and then repeat that name in a welcome message name = input("what is your name?") for (i) in range(5): print (f' Malo {name} ') print ('The program has ended')