CoderDojo turtle racing – 1 – oval track

This is a fun task to play with Python’s turtle graphics. Below is Python code to draw a race track. See if you can write some Python code between “# ninja start” and “# ninja end” which will make the turtle race all the way around the track without bumping into the side of the … Continue reading CoderDojo turtle racing – 1 – oval track