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