#Title: welcome #Author: Flynn #Date: 4.6.2026 #Version: 1 #Purpose: Ask ffor 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")