name = input( "What is your name? " ) age = int(input("What old are you?")) height = int(input("(How tall are you in centimetres)")) print ("Hello", name, "Your are", age, "years old, and your height is", height, 'cm.')