HEX
Server: LiteSpeed
System: Linux 112.webhostingindonesia.co.id 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User: iyfwylsv (10313)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //opt/plesk/python/3/lib64/python3.10/turtledemo/__pycache__/tree.cpython-310.pyc
o

�L��g����@s\dZddlmZmZddlmZdd�Zdd�Zdd	�Z	e
d
kr,e	�Zee�e�dSdS)a�      turtle-example-suite:

             tdemo_tree.py

Displays a 'breadth-first-tree' - in contrast
to the classical Logo tree drawing programs,
which use a depth-first-algorithm.

Uses:
(1) a tree-generator, where the drawing is
quasi the side-effect, whereas the generator
always yields None.
(2) Turtle-cloning: At each branching point
the current pen is cloned. So in the end
there are 1024 turtles.
�)�Turtle�mainloop)�perf_counterccsx�|dkr8g}|D]}|�|�|��}|�|�|�|�|�|�|�|�q	t|||||�D]}dVq2dSdS)z� plist is list of pens
    l is length of branch
    a is half of the angle between 2 branches
    f is factor by which branch is shortened
    from level to level.�N)�forwardZclone�left�right�append�tree)Zplist�l�a�fZlst�p�q�x�r�7/opt/plesk/python/3/lib64/python3.10/turtledemo/tree.pyr
s�



�	r
cCstt�}|�d�|��|�d�|���dd�|�d�|��|�d�|�	�t
|gddd�}|D]}q5dS)Nr��Zi.������Agffffff�?)rZ
setundobufferZ
hideturtleZspeedZ	getscreenZtracerrZpenuprZpendownr
)r�trrrr�maketree's



�rcCst�}t�t�}d||S)Nzdone: %.2f sec.)�clockr)r�brrr�main5sr�__main__N)
�__doc__Zturtlerr�timerrr
rr�__name__�msg�printrrrr�<module>s
�