Skip to content

Instantly share code, notes, and snippets.

@ShawnHymel
Created August 9, 2016 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShawnHymel/83b8bf04ccd66b888660fc3557c81c18 to your computer and use it in GitHub Desktop.
Save ShawnHymel/83b8bf04ccd66b888660fc3557c81c18 to your computer and use it in GitHub Desktop.
micro:bit Tutorial Series Part 1: Getting Started - My Name
from microbit import *
while True:
display.scroll("Shawn")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment