Yin and yang: Difference between revisions

Content added Content deleted
Line 508: Line 508:


===Turtle Graphics===
===Turtle Graphics===
This was inspired by the Logo example but diverged as some of the Python turtle graphics primitives such as filling and the drawing of arcs work differently.
[[File:Yinyang.GIF||200px|thumb|right|Python turtle graphics program output]]
[[File:Yinyang.GIF||200px|thumb|right|Python turtle graphics program output]]
<lang python>from turtle import *
<lang python>from turtle import *