shell bypass 403
o
_b � @ sL d Z ddlT ddd�Zddd�Zdd� Zed kr$e� Zee� e� d
S d
S )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 C s* t � d r
t� t� d S t� t� d S )NZpendown)ZpenZend_fillZupZdownZ
begin_fill��x�y� r �9/usr/local/python-3.10/lib/python3.10/turtledemo/paint.py�switchupdown s
r c C s( t dd � t d d� a tt d � d S )N� r )�colors�colorr r r r �changecolor s r c C s\ t d� td� td� td� g d�attd � t� ttd� tt d� ttd� d S )
NZcircle�userg �?� )ZredZgreenZblueZyellowr r � Z EVENTLOOP)
�shapeZ
resizemodeZ shapesize�widthr
r r Z
onscreenclickZgotor r r r r �main% s
r �__main__N)r r ) �__doc__Zturtler r r �__name__�msg�printZmainloopr r r r �<module> s
�