print("Hello World!") print( 100 ) print( "Agent" , "Smith" ) print( "Score:" , 100) name = input( "What is your name? " ) print( "Hello" , name) height = 1.85 if height > 2 : print( "You are tall!" )