Login

Please fill in your details to login.





micro:bit - hello world with micropython

This page is mainly about micro:bit - hello world with micropython
Refer to the Micropython cheat sheet to help you with the challenges in this activity.

from microbit import *
display.scroll("Hello, World!")


Challenges

Can you get micro:bit to say a different message?
Investigate the display.scroll() options (refer to cheat sheet) to help you with the following challenges.
Can you make the display message slow down and speed up?
Can you stop the script from waiting for the message to finish scrolling?
Can you make the message loop?
Can you make each letter behave like a monospaced character?

Last modified: August 3rd, 2022
The Computing Café works best in landscape mode.
Rotate your device.
Dismiss Warning