Warm-Up: Repeating Code
Follow the instructions below to change up some code!
Part One: Lots of Lines
Update the project below:
- Change the background color to blue
- Change the turtle color to orange
- Copy and repeat the
forward
,backward
, andright
commands to create a full circle of lines
Part Two: Bigger & Better
Update the project below:
- Make the turtle faster
- Make the turtle into a triangle
- Make the stop sign bigger