Learn how to display a scrolling message on your BBC micro:bit using 2 lines of Python code. Download Mu for free: https://codewith.mu/ ~ CODE ~ from microbit import * display.scroll("HELLO WORLD!")