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

About: Occupation: tech support

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()