Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-1-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
ddf43c74
authored
May 07, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
05508383
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
diy1.py
diy1.py
View file @
ddf43c74
import
turtle
import
turtle
p
=
turtle
.
Pen
()
p
=
turtle
.
Pen
()
p
.
pencolor
(
"gray"
)
p
.
pencolor
(
"gray"
)
p
.
write
(
"宋亚轩是
\n
刘耀文的
\n
小宝贝"
,
font
=
(
"Times"
,
30
,
"normal"
))
p
.
fillcolor
(
"pink"
)
p
.
penup
()
p
.
goto
(
0
,
-
100
)
p
.
left
(
45
)
p
.
pendown
()
p
.
begin_fill
()
p
.
forward
(
200
)
p
.
circle
(
100
,
180
)
p
.
right
(
90
)
p
.
circle
(
100
,
180
)
p
.
forward
(
200
)
p
.
end_fill
()
p
.
write
(
"小兔子
\n
永远是
\n
小熊的首选⭐"
,
font
=
(
"Times"
,
30
,
"normal"
))
turtle
.
done
()
turtle
.
done
()
\ No newline at end of file
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