Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-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
f7278920
authored
Nov 24, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
71c3db72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
jdskd.py
jdskd.py
View file @
f7278920
import
turtle
import
turtle
# pen = turtle.Pen()
pen
=
turtle
.
Pen
()
# pen.write("2021年,因为欧洲疫情形势的混乱,迫切需要统一的整体,\n罗马重建,世界毒瘤美利坚对其进行武装干涉,\n我(一位将军)和朱元璋元帅发动了对美国的战争,以正义的角度“抗美援罗”。\n罗马第一位皇帝奥菲尔斯一世被称为“救世主”,来到被黑暗的病痛统治下的欧洲,\n给这篇土地带来了光明。第三次世界大战爆发,\n究竟是正义战胜\n",font=("Times",30,"normal"))
pen
.
write
(
"2021年,因为欧洲疫情形势的混乱,迫切需要统一的整体,
\n
罗马重建,世界毒瘤美利坚对其进行武装干涉,
\n
我(一位将军)和朱元璋元帅发动了对美国的战争,以正义的角度“抗美援罗”。
\n
罗马第一位皇帝奥菲尔斯一世被称为“救世主”,来到被黑暗的病痛统治下的欧洲,
\n
给这篇土地带来了光明。第三次世界大战爆发,
\n
究竟是正义战胜
\n
"
,
font
=
(
"Times"
,
30
,
"normal"
)
# turtle.done()
pen1
=
turtle
.
Pen
()
\ No newline at end of file
pen1
.
pencolor
(
"red"
)
pen1
.
pensize
(
10
)
pen1
.
left
(
45
)
pen1
.
forward
(
100
)
pen1
.
circle
(
50
,
180
)
pen1
.
right
(
45
)
pen1
.
circle
(
50
,
180
)
pen1
.
forward
(
100
)
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