Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-5_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
47e6a138
authored
Jul 27, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
4b81161d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
ppp.py
ppp.py
View file @
47e6a138
import
turtle
import
turtle
pen
=
turtle
.
Pen
()
# pen=turtle.Pen()
pen
.
write
(
"fywagufh
\n
aufhiueafh
\n
擦拭开好房间啊
\n
安航空技术
\n
的哈哈 "
,
font
=
(
"Times"
,
30
,
"normal"
))
# pen.write("均为晋祠晋祠哦文件我成为会成为",font="Times",30,"normal"))
pen
.
hideturtle
()
# pen.hideturtle()
turtle
.
done
()
# turtle.done()
\ No newline at end of file
pen
=
turtle
.
Pen
()
pen
.
pensize
(
5
)
pen
.
pencolor
(
"red"
)
pen
.
left
(
45
)
pen
.
forward
(
100
)
pen
.
circle
(
50
,
180
)
pen
.
right
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
forward
(
100
)
pen
.
hideturtle
()
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