PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /lib64/python3.8/turtledemo/__pycache__/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //lib64/python3.8/turtledemo/__pycache__/minimal_hanoi.cpython-38.pyc |
U
e5d � @ sd d Z ddlT G dd� de�ZG dd� de�Zdd� Zd d
� Zdd� Ze d
kr`e� Z
ee
� e� dS )a� turtle-example-suite:
tdemo_minimal_hanoi.py
A minimal 'Towers of Hanoi' animation:
A tower of 6 discs is transferred from the
left to the right peg.
An imho quite elegant and concise
implementation using a tower class, which
is derived from the built-in type list.
Discs are turtles with shape "square", but
stretched to rectangles by shapesize()
---------------------------------------
To exit press STOP button
---------------------------------------
� )�*c @ s e Zd Zdd� ZdS )�Discc C sP t j| ddd� | �� | �d|d d� | �|d dd|d � | �� d S ) NZsquareF)�shapeZvisibleg �?� g @r � )�Turtle�__init__ZpuZ shapesizeZ fillcolor�st)�self�n� r �0/usr/lib64/python3.8/turtledemo/minimal_hanoi.pyr s
z
Disc.__init__N)�__name__�
__module__�__qualname__r r r r r
r s r c @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �Towerz-Hanoi tower, a subclass of built-in type listc C s
|| _ dS )z-create an empty tower. x is x-position of pegN)�x)r
r r r r
r s zTower.__init__c C s0 |� | j� |�ddt| � � | �|� d S )Nij����"