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