Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Python – First Program

no-157 au-03

First Program

We’ll write our first program with python language and it will be “Hello World”. We’re working with Thonny Python IDE.

  1. Click here to open Application Menu
  2. Click Programming
  3. Click Thonny Python IDE

Write below code into workspace.

print(“Hello World!”)

Code explanation:
print function prints your message on the terminal
print(“Your Message”)

2. Click Save to save your python code.

  1. Give a name you program.
  2. You should choose a specific directory for your work.
  3. Click OK.
  1. Click Run button.
  2. Here is your output (message).

See the article in the library about Python.

Inhaltsverzeichnis