Are you sure?
Do you want to delete “Clear Day” permanently? You will not be able to undo this action.
import icons Square(color = "skyblue", width = 100, height = 20, y = 10) Square(color = "skyblue", width = 100, height = 60, y = 10, transparency = 60) Square(color = "skyblue", width = 100, height = 80, y = 20, transparency = 80) Square(color = "skyblue", width = 100, height = 80, y = 20, transparency = 100) Square(color = "green", width = 100, height = 15, y = 95, transparency = 35) icons.Tree(width = 45, height = 45, color = "darkseagreen", x = 20, y = 80) icons.Tree(width = 25, height = 35, color = "mediumseagreen", x = 35, y = 85) icons.Dog(width = 7, height = 7, color = "tan", x = 50, y = 97) Ellipse(width = 60, height = 60, color = "orange", x = 75, y = 25) icons.Tree(width = 50, height = 50, color = "darkseagreen", x = 90, y = 75) icons.Tree(width = 25, height = 35, color = "darkgreen", x = 95, y = 85) icons.Tree(width = 20, height = 25, color = "darkgreen", x = 15, y = 87) crow = icons.Crow(width = 7, height = 7, color = "darkslategrey", x = 80, y = 60) crow.flip_horizontal() crow = icons.Cloud(width = 35, height = 20, color = "white", x = 30, y = 40) crow = icons.Cloud(width = 25, height = 15, color = "white", x = 50, y = 30) crow = icons.Cloud(width = 25, height = 15, color = "white", x = 10, y = 35)