Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Hello, World! | The basics
Learn Python from Scratch

book
Hello, World!

Please type in (or copy) the code exactly as shown below in the editor to the right and click the orange Run button. This will execute this very simple program.

In case you get any errors please just Copy and Paste the code and it will work.

Click Submit when you are ready to move to the next chapter!

print("Hello, World!")
1
print("Hello, World!")
copy
Oppgave

Swipe to start coding

Type the code as shown in the example above the execute it (by clicking the Run button). Click Submit to check it.

Løsning

print("Hello, World!")

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 1

toggle bottom row
some-alt