print( "Hello World!" ) print( 100 ) print( "bob", "smith" ) print( "score:", 100 ) name = input( "what is your name?" ) print(name)