Task 8, The hint says “red” instead of orange and the for loop only repeats until 3 instead of 4
Task 13 and 14, the hint says tom.right(360/segment)
but it should be tom.right(360/side)
. In task 13 the hint also uses the variable length
when the variable should only be created in the next task.
Task 20, the hint says segment = 4
instead of 8. The hint also uses the variable angle
when it is not required in the question.