Guest User

Untitled

a guest
Dec 2nd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Add your Python code here. E.g.
  2. from microbit import *
  3.  
  4.  
  5. while True:
  6. display.scroll('Hello, World!')
  7. display.show(Image.HEART)
  8. sleep(2000)
Add Comment
Please, Sign In to add comment