DT Mini Challenge - Tick Tock

4 0 0
                                    

from microbit import *

while True: 

 display.show(Image.CLOCK12) 

 sleep(1000) 

 display.show(Image.CLOCK3) 

 sleep(1000) 

 display.show(Image.CLOCK6) 

 sleep(1000)

 display.show(Image.CLOCK9) 

 sleep(1000)


~Hope this helped :D

- An ex SGHS student

Coding Stuff!Where stories live. Discover now