print('Hello world!') print( 100 ) print('Bob', 'Smith') print( 'score:', 100) name = input('what is your name') print('Hello' + name)