Are you sure?
Do you want to delete “Bored” permanently? You will not be able to undo this action.
Rectangle(color = "pink") rectangle = Rectangle(width = 75, height = 75, color = "white") grow = [20,40] colors = ["blue" , "teal"] looplist = range(2) for i in looplist: with animation(duration = 4): rectangle.width = grow[i] rectangle.height = grow[i] rectangle.color = colors[i]