
    d5                     V    d Z ddlT d Zd Zedk    r e              e             dS dS )z       turtle-example-suite:

            tdemo_yinyang.py

Another drawing suitable as a beginner's
programming example.

The small circles are drawn by the circle
command.

    )*c                    t          d           t          d|           t                       t          | dz  d           t          | d           t	          d           t          |  dz  d           t                       t	          d           t                       t          | dz             t          d           t                       t          ||           t                       t          | dz             t                       t	          d           t                       t          | dz             t                       t	          d           d S )N   blackg       @   Z   gffffff?g333333?)widthcolor
begin_fillcircleleftend_fillupforwardrightdownbackward)radiuscolor1color2s      $  /croot/python-split_1694437901252/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac/lib/python3.11/turtledemo/yinyang.pyyinr      s    	!HHH	'6LLL
6"9c
63III
F72:sJJJHHHDDDF4K	"IIIFFF	&&LLL
6$;JJJHHHDDDVD[FFFHHHHH    c                      t                       t          ddd           t          ddd           t                       dS )N   r   whitezDone!)resetr   ht r   r   mainr    (   s=    	GGGWgWgDDD7r   __main__N)__doc__turtler   r    __name__mainloopr   r   r   <module>r&      sj   
 
      0   zDFFFHJJJJJ r   