from microbit import * # CONSTANT """ all constants: 'variables' that don't change, use CAPITAL letters only """ # VARIABLES """ variables (that do change) that need to be declared before the while-loop """ while True: # get current time # update asteroid position # update player (button presses) # collision check # update display """ ONLY place in code where we have display.... First clear, then show """ # short sleep