Learning Missions
Mission 1 Create an Etch-A-Sketch program using the Turtle library that allows the user to: Move the turtle: – Use the arrow keys (Up, Down, Left, Right) to move the turtle in the corresponding direction. – Define separate functions for each direction and link them to the respective arrow keys. Change the turtle’s pen colour: […]