⚝
One Hat Cyber Team
⚝
Your IP:
3.137.162.132
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
lib64
/
python2.7
/
Demo
/
turtle
/
View File Name :
tdemo_tree.pyc
� Afc @ so d Z d d l m Z m Z d d l m Z d � Z d � Z d � Z e d k rk e � Z e GHe � n d S( s� 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. i����( t Turtlet mainloop( t clockc c s� | d k r� g } x[ | D]S } | j | � | j � } | j | � | j | � | j | � | j | � q Wx) t | | | | | � D] } d Vq� Wn d S( s� 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.i N( t forwardt clonet leftt rightt appendt treet None( t plistt lt at ft lstt pt qt x( ( s. /usr/lib64/python2.7/Demo/turtle/tdemo_tree.pyR s c C s� t � } | j d � | j � | j d � | j d d � | j d � | j � | j d � | j � t | g d d d � } x | D] } q� Wt | j � j � � GHd S( Ni i iZ i.���i� iA gffffff�?( R t setundobufferR t hideturtlet speedt tracerR t penupR t pendownR t lent getscreent turtles( R t tR ( ( s. /usr/lib64/python2.7/Demo/turtle/tdemo_tree.pyt maketree'