<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
Afc           @   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 simple drawing suitable as a beginner's
programming example. Aside from the
peacecolors assignment and the for loop,
it only uses turtle commands.
iÿÿÿÿ(   t   *c          C   sM  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 ƒ q9 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   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
   
	-