name = input( "What is your name? " ) int(input("how many times")) int( input( "What is your age?" ) ) height = float( input( "Your height: " ) ) print( name, "is", height, "foot tall " ) print = "Hello, world!" * 5