name = input ( "what is your name? " ) age = input ( "what is your age" ) weight = input( "what is your weight?") height = input ( "What is your height in foot?") colour = input ( "What is youyr fav colour?") print("hello" ,name,"," "you are", age,"years old." "your hight is",height, "feet tall.")