UNPKG

pxt-microbit

Version:

micro:bit target for Microsoft MakeCode (PXT)

9 lines (7 loc) 156 B
# Rando Generate a random coordinate and display it on the LED screen. ```blocks basic.forever(() => { led.toggle(randint(0, 4), randint(0, 4)) }) ```