Skip to content

Instantly share code, notes, and snippets.

@yjsoon
Created January 31, 2018 13:55
Show Gist options
  • Save yjsoon/a562fc014636788017e207a891a7587d to your computer and use it in GitHub Desktop.
Save yjsoon/a562fc014636788017e207a891a7587d to your computer and use it in GitHub Desktop.
from microbit import *
boat = Image("00550:"
"05050:"
"50050:"
"99999:"
"09990")
display.show(boat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment