name = input("Whats your name? ") print("Hi!", name,) age = int(input("How old are you ") ) print("wow", age, "how cool! ") hight = float(input("How tall are you ") ) print("really!", hight, "alright ")