# This program will ask for a name and display a welcome message name = input("What is your name?") print(f"Kia ora{name}!") phone_number = input("What is your phone number?") answer = input(f"So it's{phone_number}?") print(f"Thanks{name}!") age = input("how old are you?") print(f"You're {age} years old! same!") print("Thats cool i'll call you some time") print("four" + "5", 4 + 5)