height = 185 if height > 188 : print( "You are tall!" ) else: print( "You are not tall" ) name = input( "What is your name?" ) print( "Hello", name ) if name == "Jim" : print( "You are awesome!" ) colour = input( "What colour do you like? " ) age = int( input( "What is your age? " ) ) weight = int( input( "What is your weight? " ) ) year = int( input( "What year are you in? " ) ) height = float( input( "Your height: " ) ) time = float( input( "Time taken: " ) )