from microbit import * import microbit while True: display.scroll(str(microbit.temperature())) display.scroll("C") sleep (1000)