Online Compiler Python

# minecraft print("Hello world!")
This code prints the text "Hello world!" to the screen. The comment `# minecraft` is ignored by Python and does not affect the program.

- Try changing the text inside the quotes to something else, like your name, and run the program again.
- Notice that the `print` function always adds a new line after the text. What happens if you put two `print` statements one after the other?