0. Introduction

Create a beautiful landscape of snowflakes using the CodeWorld Turtle library.

What you will make

https://code.world/run.html?mode=codeworld&dhash=DoBYU_jI2Ewdi56jDPxx3Ng

What you will learn

This project covers elements from the following strands of the Raspberry Pi Digital Making Curriculum:

What you will need

1. Hello Turtle

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.

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: