Programming with Turtle
Date: 25th Jun 2021 @ 12:36pm
Tihis week we have been learning how to program with Turtle. We recapped on the definition of an algorithm and learned various commands to make the Turtle move, including forwards, backwards and left and right turns. We also leaned how to use the repeat command to so that we could reduce the number of lines of code needed. Finally, we learned how to debug an algorithm when the Turtle did not do as we expected.