#Title: WELCOME MESSAGE #Author: Tua Talagi-Meti #Date: 4/06/2026 #Version: V1 #Purpose: This program will ask for a name then repeats the name in a welcome message. name = input ("What is your name? ") for (i) in range (5): print(f"Kia ora {name} ") print ('The program has ended')