Create a beautiful landscape of snowflakes using the CodeWorld Turtle library.
https://code.world/run.html?mode=codeworld&dhash=DoBYU_jI2Ewdi56jDPxx3Ng
This project covers elements from the following strands of the Raspberry Pi Digital Making Curriculum:
Open the CodeWorld starter project.
To begin using the Turtle (line drawing) functions, you'll need to import the Turtle library.
First, uncomment the import statement in the first line of your editor. Be careful, you'll need to delete the comment symbol --
and the space after it!
You may see the warning ⚠️ symbol because you haven't used any functions yet. That's O.K., you'll use them later.
Add the following code to your editor to draw a line on the canvas: