lunes, 26 de diciembre de 2022

# Imports go at the top from microbit import * # Code in a 'while True:' loop repeats forever while True: display.show(Image.HEART) sleep(2000) display.scroll('Tati')