In this project, you will nest repeat blocks inside repeat blocks to generate complex pictures.
"U3L1-FractalArt"
Build a script that draws a red triangle, duplicate it twice, modify one copy to draw a blue triangle half the size of the red, and modify the other copy to draw a green one half the size of the blue.
To duplicate a script, right-click (or control-click) on the first block of the script (in this case, the repeat block) and choose "duplicate".