Python Turtle Lesson 3 - Workbook1
Python Turtle Lesson 3 - Workbook1
Iteration (loops)
Mr Haddleton 2020
Python Turtle Lessons OCR GCSE (J277)
bob.penup() Lifts the pen up so you can move the turtle without drawing
bob.pendown() Drops the pen back onto the screen so you can draw
Mr Haddleton 2020
Python Turtle Lessons OCR GCSE (J277)
Mr Haddleton 2020
Python Turtle Lessons OCR GCSE (J277)
Task 2 – Draw more interesting shapes using FOR loops and the following template code
Use the snipping tool to paste a picture of your program outputs below
No. of points
Angle to turn
Mr Haddleton 2020
Python Turtle Lessons OCR GCSE (J277)
Task 3 – It’s party time!! - Type in the following code exactly as shown to draw balloons
Use the snipping tool to paste a picture of your program
output below
Mr Haddleton 2020