Are you sure?
Do you want to delete “The Love of Weed” permanently? You will not be able to undo this action.
import icons weed = icons.Cannabis(color = "green") heart = icons.Heart(width = 25, height= 25, color = "white") grow = [20,40] colors = ['pink', 'red'] looplist = range(2) for i in looplist: with animation(duration = 4): heart.width = grow[i] heart.height = grow[i] heart.color = colors[i]