Current File : //usr/local/apps/python3/lib/python3.11/test/__pycache__/test_turtle.cpython-311.pyc |
�
�Ke�2 � �r � d dl Z d dlZd dlmZ d dlmZ d dlmZ ej d� � Zej Z dZ
dZdZ G d � d
ej
� � Z G d� d� � Z G d
� d� � Z G d� deej
� � Z G d� deej
� � Z G d� dej
� � Zedk r ej � � dS dS )� N)�support)�
import_helper)� os_helper�turtlea_ width = 0.75
height = 0.8
canvwidth = 500
canvheight = 200
leftright = 100
topbottom = 100
mode = world
colormode = 255
delay = 100
undobuffersize = 10000
shape = circle
pencolor = red
fillcolor = blue
resizemode = auto
visible = None
language = english
exampleturtle = turtle
examplescreen = screen
title = Python Turtle Graphics
using_IDLE = ''
z�# Comments!
# Testing comments!
pencolor = red
fillcolor = blue
visible = False
language = english
# Some more
# comments
using_IDLE = False
z0
pencolor = red
fillcolor: blue
visible = False
c �&