Python Turtle Directions - 0 views
-
Kevin Shockey on 08 Aug 14"from turtle import * color('red', 'yellow') begin_fill() while True: forward(200) left(170) if abs(pos()) < 1: break end_fill() done()"
Associated links the Puerto Rico Python Interest Group Links.