| Server IP : 68.178.172.28 / Your IP : 216.73.216.152 Web Server : Apache System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.94.1.el8_10.x86_64 #1 SMP Mon Jan 19 05:45:41 EST 2026 x86_64 User : kiskarnal ( 1003) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/python38/lib/python3.8/turtledemo/__pycache__/ |
Upload File : |
U
�i�_ � @ s` d Z ddlmZmZmZmZ dZG dd� de�Z G dd� de�Z
dd � Zed
kr\e� e� dS )a� turtle-example-suite:
tdemo_planets_and_moon.py
Gravitational system simulation using the
approximation method from Feynman-lectures,
p.9-8, using turtlegraphics.
Example: heavy central body, light planet,
very light moon!
Planet has a circular orbit, moon a stable
orbit around the planet.
You can hold the movement temporarily by
pressing the left mouse button with the
mouse over the scrollbar of the canvas.
� )�Shape�Turtle�mainloop�Vec2D� c @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�GravSysc C s g | _ d| _d| _d S )Nr g{�G�z�?)�planets�t�dt)�self� r �9/opt/python38/lib/python3.8/turtledemo/planet_and_moon.py�__init__ s zGravSys.__init__c C s | j D ]}|�� qd S )N)r �init)r �pr r r
r s
zGravSys.initc C s6 t d�D ](}| j| j7 _| jD ]}|�� q"qd S )Ni'