Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_2
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
f54729ef
authored
Jun 26, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
07028d41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
何浩均.py
何浩均.py
View file @
f54729ef
-- "a/\344\275\225\346\265\251\345\235\207.py"
import
turtle
import
turtle
pen
=
turtle
.
Pen
()
# pen.write("寒食\n[唐]韩翃\n春城无处不飞花,\n寒食东风御柳斜\n日暮汉宫传蜡烛\n轻烟散入五侯家",font=("Times",15,"normal"))
pen
.
right
(
30
)
for
i
in
range
(
6
):
pen
.
circle
(
50
,
180
)
pen
.
right
(
120
)
pen
.
left
(
30
)
pen
.
forward
(
-
100
)
pen
.
forward
(
100
)
pen
.
left
(
-
30
)
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