#title: repeat welcome message #author: Blake #date: thursday 4th 2026 #version: 1 #purpose: to repeat a welcome message to the viewer name = input ("what is your name? ") for (i) in range (5): print(f"malo {name}") print("This program has ended")