Are you sure?
Do you want to delete “Algeria” permanently? You will not be able to undo this action.
MyRectangle=Rectangle(color='green', width=82, x=10) MyRectangle2=Rectangle(color='white', width=82, x=90) from icons import Star MyStar=Star(color='red', width=22 ,height=22, x=63, rotation=25 ) from icons import Moon MyMoon=Moon(color='red', width=47, height=66, rotation=10, y=52) with animation (duration=1): MyStar.width=28 MyStar.height=28 MyRectangle.color='white' MyRectangle2.color='green' MyMoon.rotation=-7 MyMoon.color='red' MyStar.color='red'