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