python (3.11.7)
    e2                     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_helperturtlea_  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                   &