???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
Afc           @   sM   d  Z  d d l Td d l Z d „  Z e d k rI e ƒ  Z e GHe ƒ  n  d S(   s         turtle-example-suite:

     tdemo-I_dont_like_tiltdemo.py

Demonstrates
  (a) use of a tilted ellipse as
      turtle shape
  (b) stamping that shape

We can remove it, if you don't like it.
      Without using reset() ;-)
 ---------------------------------------
iÿÿÿÿ(   t   *Nc          C   s‘  t  ƒ  t d ƒ t d ƒ t ƒ  t d d ƒ t d ƒ t ƒ  t d ƒ t ƒ  t d d	 d
 ƒ t	 d d ƒ x/ t
 d ƒ D]! }  t d ƒ t d ƒ t ƒ  q| Wt	 d d ƒ x/ t
 d ƒ D]! }  t d ƒ t d ƒ t ƒ  q» Wt d ƒ t d d d ƒ t	 d d ƒ xB t
 d ƒ D]4 }  t d ƒ t d ƒ |  d d k rt ƒ  qqWt j d ƒ x t ƒ  rot ƒ  q\Wt ƒ  t d d d d d  ƒd S(!   Nt   circlet   useri   i   goƒÀÊ!@iZ   i-   i   i
   i   t   redt   violeti   t    iñÿÿÿi   i   i   t   bluet   yellowi   i   i    s	   OK, OVER!t   alignt   centert   fontt   Couriert   bolds   Done!i°  (   R   i   R   (   t   resett   shapet
   resizemodet   put   bkt   rtt   pdt   tiltt
   turtlesizet   colort   ranget   fdt   ltt   stampt   timet   sleept   undobufferentriest   undot   htt   write(   t   i(    (    s=   /usr/lib64/python2.7/Demo/turtle/tdemo_I_dontlike_tiltdemo.pyt   main   sD    

  
 







t   __main__(   t   __doc__t   turtleR   R"   t   __name__t   msgt   mainloop(    (    (    s=   /usr/lib64/python2.7/Demo/turtle/tdemo_I_dontlike_tiltdemo.pyt   <module>   s   
	%	