Technology!
Python is a coding Language.
This is my code for my Flashing Hearts!
Code:
def on_forever():
basic.show_icon(IconNames.HEART)
basic.clear_screen()
basic.pause(500)
basic.show_icon (IconNames.SMALL_HEART)
basic.clear_screen()
basic.pause(500)
basic.forever(on_forever)
Screenshot:
(I was supposed to do a screen-castify but the bell rung)