9 lines
86 B
Python
9 lines
86 B
Python
from microbit import *
|
|
|
|
|
|
def main():
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|