Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-2_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
58affaeb
authored
Apr 10, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
4708948a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
diy1.py
diy1.py
View file @
58affaeb
...
...
@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
len
=
screen
.
textinput
(
"100"
,
"100"
)
len
=
int
(
len
)
pen
=
turtle
.
Pen
()
pen
.
write
(
"
儿童见未曾
\n
依然旧原宪
\n
襟度乃恢宏
\n
气味适相爱
\n
摘奇且熟玩
\n
声名笑山王
\n
告我同学者
\n
草木亦欣荣
\n
银榜弥生耀
"
,
font
=
(
"Times"
,
30
,
"normal"
))
pen
.
write
(
"
你道何时不太平
\n
我试停杯一问之
\n
皆缘国是有摇时
\n
是物合陪仙子供
\n
老我漫夸森画戟
\n
八九重开梦泽胸
"
,
font
=
(
"Times"
,
30
,
"normal"
))
pen
.
hideturtle
()
len
=
60
pen
.
penup
()
...
...
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