Image may be NSFW.
Clik here to view.
Turtle is a graphics framework in the standard Python library. Run these seven one-liners for some nice looking line art that should be framed: $ python -c "from turtle import *;tracer(0);[fd(x+30) or rt(45) for x in range(250)];exitonclick()"$...