Feat: Premiers exercices sur la carte micro:bit
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
from microbit import *
|
||||
display.show(Image.HAPPY)
|
@@ -0,0 +1,6 @@
|
||||
from microbit import *
|
||||
import time
|
||||
|
||||
display.show(Image.HAPPY)
|
||||
time.sleep(1)
|
||||
display.show(Image.SAD)
|
Reference in New Issue
Block a user