from microbit import *
heart = [Image("09090:99999:99999:09990:00900"),
Image("00000:09090:09990:00900:00000")]
while True:
if button_a.is_pressed():
display.show(heart, delay=200)
Copyright ⓒ TECH79 All right reserved