Skip to content

Instantly share code, notes, and snippets.

@ShawnHymel
Created August 9, 2016 03:36
Show Gist options
  • Select an option

  • Save ShawnHymel/83b8bf04ccd66b888660fc3557c81c18 to your computer and use it in GitHub Desktop.

Select an option

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