MicroBit_SimpleCounter/main.py
2022-10-29 20:33:29 +08:00

13 lines
147 B
Python

"""
CounterTracker
simple counter tracker for the Micro:Bit
"""
def startup():
music.ring_tone(Note.C)
return(True)