Python Program - How to Use Turtle Graphics Module to Make Letters

by matt392 in Circuits > Software

44 Views, 0 Favorites, 0 Comments

Python Program - How to Use Turtle Graphics Module to Make Letters

turtle.jpg
pythonlogo.jpg
PythonProgramUsingTurtle.jpg

Program that illustrates how to use Python's Turtle graphics module to make letters.
Output writes the name "MATT".

Attached as Python file with comments.

import turtle
turtle.mainloop()