Are you sure?
Do you want to delete “hearts” permanently? You will not be able to undo this action.
import icons Square(color='darkblue') Square(color='#015B43') hej=45 godmorgen=['lime','cyan'] h1=icons.Heart(color=godmorgen,height=hej,width=hej,x=25,y=25) h2=icons.Heart(color=godmorgen,height=hej,width=hej,x=25,y=75) h3=icons.Heart(color=godmorgen,height=hej,width=hej,x=75,y=25) h4=icons.Heart(color=godmorgen,height=hej,width=hej,x=75,y=75) with animation(duration=1): h1.rotation=360 h2.rotation=360 h3.rotation=360 h4.rotation=360 h1.y=75 h2.x=75 h3.x=25 h4.y=25 h1.width=4 h1.height=4 h2.width=4 h2.height=4 h3.width=4 h3.height=4 h4.width=4 h4.height=4