Python: Turtle Module

Fractal+Tree+by+Schockwellenreiter+is+licensed+under+CC+BY-NC-ND+2.0

“Fractal Tree” by Schockwellenreiter is licensed under CC BY-NC-ND 2.0

By: Hannah Bang, Reporter

Python, a famous programming language and one of the easiest to learn to use, has a module called turtle. Turtle has functions that allows you to draw cool designs.

This was made by Wally Feurzig and Seymour Papert in 1966 and is used to teach kids how to code. You can use it to draw simple things, like squares and circles, to elaborate masterpieces from your own imagination.

Here are some links you can use fro more information or if you want to learn how to use the turtle module:

https://docs.python.org/3.3/library/turtle.html?highlight=turtle             

https://www.geeksforgeeks.org/turtle-programming-python/