#Title: Collect User Name #Author: Leo carter #Date: 12/06/2026 #Version: 1.1 #purpose: Otherwise display “Welcome: ” and then the "name" variable. name = input("what is your name? ") print(f"Welcome {name}") if name == "": if user_input == "": print("No name entered") print("The program has ended")