print( "hello world" ) print( 100 ) print( "bob", "smith") print( "score:", 100) name = input( "what is your name" ) print(name)