# This program uses a for loop to repeat name = input ("What is your name? ") for xyz in range(3): print(f" Greetings {name}") print ("The program has ended")