Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-3-1_DIY1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4e38fd64
authored
Oct 30, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
ee43c7a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
diy1.py
diy1.py
View file @
4e38fd64
...
@@ -4,7 +4,7 @@ screen.bgcolor("light blue")
...
@@ -4,7 +4,7 @@ screen.bgcolor("light blue")
pen
=
turtle
.
Pen
()
pen
=
turtle
.
Pen
()
pen
.
penup
()
pen
.
penup
()
pen
.
goto
(
100
,
-
100
)
pen
.
goto
(
100
,
-
100
)
pen
.
write
(
"乞巧
\n
七夕今宵看碧霄
\n
牵牛织女渡河桥
\n
家家乞巧望秋月
\n
穿尽红丝几万条
"
,
font
=
(
"Times"
,
1
0
,
"normal"
))
pen
.
write
(
"乞巧
\n
七夕今宵看碧霄
\n
牵牛织女渡河桥
\n
家家乞巧望秋月
\n
穿尽红丝几万条
\n
高传皓"
,
font
=
(
"Times"
,
3
0
,
"normal"
))
pen
.
hideturtle
()
pen
.
hideturtle
()
pen1
=
turtle
.
Pen
()
pen1
=
turtle
.
Pen
()
lg
=
screen
.
textinput
(
"提示"
,
"你想要多大的爱心"
)
lg
=
screen
.
textinput
(
"提示"
,
"你想要多大的爱心"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment