print("Hello World!") print(100) print("Bob", "Smith") print("Score:", 100) name= input("what is your name: ") print(name)