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