This block will write or print text, numbers or a mixture of both onto the console side of the screen. You can enter anything you want between the speech marks and it will appear in the console when run in a Python program.
The Python code that you will see in the console is:
Example
We have changed what is inside the print block to Hello World.
The code that is produced on the Python tab looks like this:
If we copy the code in repl and run it, we should see this in the console: