ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
Afc           @   s_   d  Z  d d l Td d d  Z d d d  Z d   Z e d k r[ e   Z e GHe   n  d S(	   sp         turtle-example-suite:

            tdemo_paint.py

A simple  event-driven paint program

- left mouse button moves turtle
- middle mouse button changes color
- right mouse button toogles betweem pen up
(no line drawn when the turtle moves) and
pen down (line is drawn). If pen up follows
at least two pen-down moves, the polygon that
includes the starting point is filled.
 -------------------------------------------
 Play around by clicking into the canvas
 using all three mouse buttons.
 -------------------------------------------
          To exit press STOP button
 -------------------------------------------
i(   t   *i    c         C   s0   t    d r t   t   n t   t   d  S(   Nt   pendown(   t   pent   end_fillt   upt   downt
   begin_fill(   t   xt   y(    (    s/   /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt   switchupdown   s
    
c         C   s$   t  d t  d  a  t t  d  d  S(   Ni   i    (   t   colorst   color(   R   R   (    (    s/   /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt   changecolor    s    c           C   sz   t  d  t d  t d  t d  d d d d g a t t d	  t   t t d
  t t	 d  t t d  d S(   Nt   circlet   userg      ?i   t   redt   greent   bluet   yellowi    i   i   t	   EVENTLOOP(
   t   shapet
   resizemodet	   shapesizet   widthR
   R   R	   t   onscreenclickt   gotoR   (    (    (    s/   /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt   main%   s    



t   __main__N(   t   __doc__t   turtleR	   R   R   t   __name__t   msgt   mainloop(    (    (    s/   /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt   <module>   s   
		