Example 01

hello_world.py

By Kevin McAleer,    1 Minute


Type of the program below into your MicroPython Editor.

# Hello World

print("Hello, world!")

In Thonny, save the file and then run it with the green run button.

A screenshot of the hello world program

A screenshot of the results in the console from running the Hello World program


< Previous Next >