from microbit import *
while True:
temp = temperature()
display.show(str(temp) + "C")
sleep(1000)
Copyright ⓒ TECH79 All right reserved