Logo Lesson 3
Today's Objective
- Create subroutines to create shapes.
- Draw patterns using repeats and subroutines.
- Change the pen colour.
New Code
PU-Pen Up.
PD-Pen Down.
Home-Brings turtle back to the start position.
To square
repeat 4[fd 100 rt 90]
end
No comments:
Post a Comment