message = 'HELLO PYTHON WORLD' print(message) message = 'hello python crash course world' print(message)