print("Hello World!") print("This is console out!") userInput = input("Write some text: ") print("You wrote: " + userInput)