Interactivity of this introduction#
(Click here for the German version of this page)
Activating interactivity#
In this introduction you can solve small programming tasks interactively. You can write and execute Python code, without having to leave this website. This way, you can check your results and see error messages if there is a mistake.
For this you must activate the interactivity.
Not every page is interactive. Interactive pages can be identified as such if there is a button with a rocket at the top of the page. Hover over the rocket button and select Live Code
.
Fields where you can write code can then be identified by the presence of the three buttons run
, restart
and restart & run all
. For this introduction you only need the run
button. The other buttons can be ignored.
Trying out interactivity#
To try out the interactivity, you can use the area below to write code and execute it. Please try it out. Replace the contents of the block below with the following line:
print("Hello World!")
# Here you can write and execute code if interactivity has been enabled.