#Title: new.name #Author: Kayden #Date: 4.6.2026 #Version: 1 #Purpose: Ask for a name then repeat the 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")