print("hello world!") print(100) print("Bob","Smith") print( "Score:", 100 ) name = input( "What is your name? " ) print(name)