#Title #Author: Dallas mete #Date 4/06/2026 #Version: 1 #Purpose:To ask for a name and then repeat that name in a welcome message name = input("what is your name?") for(i)in range(5): print(f'sup my g {name}') print('The program has ended')