ó
’Ÿ?`c           @   s:   d  Z  d d l Td „  Z e d k r6 e ƒ  e ƒ  n  d S(   sÿ          turtle-example-suite:

              tdemo_peace.py

A very simple drawing suitable as a beginner's
programming example.

Uses only commands, which are also available in
old turtle.py.

Intentionally no variables are used except for the
colorloop:
iÿÿÿÿ(   t   *c          C   sO  d }  t  ƒ  t ƒ  } t ƒ  t d d	 ƒ t d
 ƒ xX |  D]P } t | ƒ t ƒ  t d ƒ t ƒ  t d ƒ t	 d ƒ t d ƒ t
 d ƒ q; Wt d ƒ t d ƒ t d d ƒ t ƒ  t d ƒ t	 d ƒ t d ƒ t ƒ  t	 d ƒ t d ƒ t
 d ƒ t ƒ  t d ƒ t ƒ  t d ƒ t	 d ƒ t ƒ  t d ƒ t ƒ  t d d ƒ d S(   Nt   red3t   oranget   yellowt	   seagreen4t   orchid4t
   royalblue1t   dodgerblue4iÀþÿÿi=ÿÿÿiF   i€  iZ   iB   i   t   whitei    iVÿÿÿiª   iT  i´   i-   i,  s   Done!!(   R   R   R   R   R   R   R   (   t   resett   Screent   upt   gotot   widtht   colort   downt   forwardt   backwardt   leftt   rightt   circle(   t   peacecolorst   st   pcolor(    (    s/   /usr/lib64/python2.7/Demo/turtle/tdemo_peace.pyt   main   sL      	

















t   __main__N(   t   __doc__t   turtleR   t   __name__t   mainloop(    (    (    s/   /usr/lib64/python2.7/Demo/turtle/tdemo_peace.pyt   <module>   s
   
	-