# This program will ask for a nameand display a welcome message name = input("what is your name?'") print(f"kia ora {name}") phone_number = int(input("what is your phone number? ")) age = int(input("how old are you? ")) print(f"Thanks {name}, I will call you on (phone_number), you are (age) years old") print("four" + "5")