FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TeachingKidsProgramming.Python/export.py at master · TeachingKidsProgramming/TeachingKidsProgramming.Python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TeachingKidsProgramming
/
TeachingKidsProgramming.Python
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
11
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
TeachingKidsProgramming.Python
/
export.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 490 Bytes
Breadcrumbs
TeachingKidsProgramming.Python
/
export.py
Copy path
File metadata and controls
21 lines (21 loc) · 490 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# export
size
=
1600
border
=
10
color
=
"blue"
for
i
in
range
(
0
,
17
):
screensize
(
size
,
size
)
hideturtle
()
pensize
(
3
)
pencolor
(
color
)
fillcolor
(
color
)
penup
()
goto
(
-
window_width
()
/
2
+
size
/
4.1
,
window_height
()
/
2
-
size
*
0.4
)
pendown
()
#~ #~
dragon
(
i
,
size
/
1.55
)
update
()
#~ #~
cv
=
getcanvas
()
cv
.
postscript
(
file
=
"/media/data/Bordýlek/Dračí křivka/dragon-"
+
color
+
"-"
+
str
(
i
+
1
)
+
".ps"
,
width
=
size
+
2
*
border
,
height
=
size
+
2
*
border
)
#~ #~
reset
()
Back
|
FazBrowse Home
|
New Git URL