Green Flag. I saw this picture in a YouTube video by karthik called Superb Graphics with Python Turtle https://www.youtube.com/watch?v=-k-m2IGTTXs and decided to code it in Scratch. I made Scratch custom blocks to draw an arc of a circle with the arc turning to the right or to the left. Python has a Circle command to draw a circle or part of a circle, but Scratch doesn't have a Draw Circle or a Draw Arc block. Hold <Space> key to see original pattern from video. It is clearer in the video with size 800*800 pixels.
Huge thanks to karthik on YouTube for the video which included Python source code. I made Scratch custom blocks to draw an arc of a circle with the arc turning to the right or to the left. Python has a Circle command to draw a circle or part of a circle, but Scratch doesn't have a Draw Circle or a Draw Arc block.