Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-3_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
aa82f147
authored
Jul 08, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
577770c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
diy1.py
diy1.py
View file @
aa82f147
import
turtle
# pen=turtle.Pen()
# pen.write("我发的火箭黄蜂v规范化举报"font("Times",100,normal))
screen
=
turtle
.
Screen
()
screen
.
bgcolor
(
"black"
)
pen
=
turtle
.
Pen
()
pen
.
up
()
pen
.
goto
(
100
,
-
100
)
pen
.
write
(
"我发
\n
的火
\n
箭黄
\n
蜂v
\n
规范
\n
化举报v
\n
和健康不
\n
要放过的
\n
女伴就会分
\n
泌细胞v饭
\n
不想那么
\n
多烦恼v韩
\n
国方面显
\n
得返回酒店
\n
客房会不会
\n
人家看"
,
font
=
(
"Times"
,
13
,
"normal"
))
pen1
=
turtle
.
Pen
()
pen1
.
pensize
(
30
)
pen1
.
pencolor
(
"red"
)
...
...
@@ -10,7 +14,8 @@ pen1.circle(50,180)
pen1
.
right
(
90
)
pen1
.
circle
(
50
,
180
)
pen1
.
forward
(
100
)
turtle
.
done
turtle
.
done
()
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