Drop links or images here to add them to the editor.

Write the Hello World program shown in the introduction. It consists of one line of code, namely:

print( "Hello, world!" )

The code is already waiting for you in the editor below, so you can hand it in as it is. Press Submit and observe how Dodona runs your program and shows you that the text “Hello, world!” is exactly what was expected.

Note

Do you want to run this on your own computer as well? Install Python, start IDLE, and create a file hello.py in which you place the line of code above. Run the program, and observe how the text “Hello, world!” is displayed in the IDLE shell.