Creating Simple Turtle Shapes

Blocks Coding

blocks

  • Great for beginners
  • Convert your code to text based coding at the end
Create a blocks Trinket

Python coding

python-trinket

  • Learn to code like a pro
  • You will make more errors when you first start, but eventually you will learn to code much faster!
Create a Python Trinket

 

Challenge 1 – Square

50x50square

  • Draw a square with sides of 50 by 50
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 2 – Rectangle

rectangle100x50

  • Draw a rectangle of sides 100 by 50
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 3 – Equilateral Triangle

triangle-90

  • Draw an equilateral triangle of sides 90 long
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 4 – Parallelogram

50x100-parallelogram

  • Create a parallelogram
  • The length of sides 100 and 50
  • The smallest internal angle should be 45 degrees
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 5 – Zig Zag

10x10zigzag

  • Create a zigzagging line
  • Each line part is 10 long
  • The the turns are at 90 degrees
  • It should zigzag 10 times
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 6 – Star

star100

  • Create a 5 pointed star
  • The length of each long line is 100
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 7 – Circle

circle-1

  • Draw a circle with a circumference of 360
Python Trinket Blockly Trinket

Challenge 8 – Square Wave

square-wave-20

  • Create a square wave as above.
  • Each length should be 20 long
  • Upload your code to QuizMaster once you have finished!
Python Trinket Blockly Trinket

Challenge 9 – Rounded Wave

rounded-wave

  • Draw a rounded wave.
  • First move to x location – 100
  • circumference of a full circle would be 180
  • Upload your code to QuizMaster once you have finished!

Challenge 10 – Four squares

foursquares-50

[/list]

  • Draw 4 squares of length 50
  • Each square should be 50 apart from each other
  • Upload your code to QuizMaster once you have finished!

[/list]