#Title: welcome message #Author: Leo carter #Date: 4/6/26 #Version: 1 #purpose: ask for a name in the welcome message. "the program has ended" name = input("what is your name? ") for (i)in range(3): print (f"Malo{name}") print("The program has ended")