# This program will ask for a name and display a welcome message name = input("what is your name? ") number = int(input ("what is your phone number? ")) age = int(input ("what is your age? ")) address = input ("what is your address ") father = input ("what is your father's name ") mother = input ("what is your mother's name ") if age > 14: print(f'kia ora {name} thank you for your phone number {number} also your age being {age} by the way I also have your address {address} and parents name {father} and {mother} thank you for answering and goodbye') elif age < 13: print(f'Only {age} your a baby')