Are you sure?
Do you want to delete “Sunset” permanently? You will not be able to undo this action.
rectangleb= Rectangle(width=100, height=150, y= 47.5, color=['orange', 'peachpuff', 'maroon']) circle=Circle(height=50, width=50, color= 'darkorange', x = 69, y = 30) import icons cloud1=icons.Cloud(color= 'gainsboro', width= 38, height= 30, x= 50, y= 32) could2=icons.Cloud(color= 'gainsboro', width= 50, height= 25, x= 30, y=57) with animation(duration=5): cloud1.x=100 could2.x=100