#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(f'now {name} what is your phone number?') age = input('and your age?') print(f'okay {name} it was {phone_number} and {age} sweet.') print('10'+'10', 4 + 5)