TASK 1

Hello, World!

This is the traditional first-line of code to write when learning how to code, or learning to code in a new language.

In programming, "printing" refers to displaying a message, and comes from the days when computers could only display text.


The code is as follows:
print("Hello, World!")

Exit this popup, and type that line into the code-editor on the left-hand side of the page.

Make sure to match the punctuation and capitalisation exactly!

Once you have done that, click RUN or press CTRL-R to run your code.

If you are successful, a message box will appear.

Good Luck!

Well done!

You have completed all of the tasks.

Return home or take a look at the tutorials

Something isn't quite right...

Close this message and have another go!

GUIDE

This guide is intended to help with syntax. See the prelude section for pre-defined functions and variables. See the tutorials page for tutorials on how to write code.



Can't find what you're looking for?

Check the tutorials page for more!

PRELUDE

The prelude is all the pre-defined functions and variables available to use. See the tutorials page for tutorials on how to write code.



Can't find what you're looking for?

Check the tutorials page for more!