
    #e                     `    d Z ddl ddZddZd Zedk(  r e       Z ee        e        yy)	ap         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 toggles between 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
 -------------------------------------------
    )*c                 p    t               d   rt                t                y t                t	                y )Npendown)penend_fillupdown
begin_fillxys     "lib/python3.12/turtledemo/paint.pyswitchupdownr      s     
uY

    c                 N    t         dd  t         d d z   a t        t         d          y )N   r   )colorscolorr   s     r   changecolorr       s$    ABZr
"F	&)r   c                      t        d       t        d       t        d       t        d       g dat        t        d          t                t        t        d       t        t        d       t        t        d       y	)
Ncircleuserg      ?   )redgreenblueyellowr   r      	EVENTLOOP)
shape
resizemode	shapesizewidthr   r   r   onscreenclickgotor    r   r   mainr'   %   sV    	(OvbM	!H-F	&)N$q+a ,q!r   __main__N)r   r   )	__doc__turtler   r   r'   __name__msgprintmainloopr&   r   r   <module>r/      s@   ( 
 z
&C	#JJ r   