| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /lib64/python2.7/Demo/turtle/  | 
Upload File :  | 
�
��Sec           @   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
   
	-