Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_4
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
24f95930
authored
May 29, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
396f205a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
dry.py
dry.py
View file @
24f95930
...
@@ -3,8 +3,8 @@ screen=turtle.Screen()
...
@@ -3,8 +3,8 @@ screen=turtle.Screen()
screen
.
bgcolor
(
"light blue"
)
screen
.
bgcolor
(
"light blue"
)
pen
=
turtle
.
Pen
()
pen
=
turtle
.
Pen
()
pen
.
penup
()
pen
.
penup
()
pen
.
goto
(
2
00
,
-
100
)
pen
.
goto
(
1
00
,
-
100
)
pen
.
write
(
"新年快乐,
\n
祝你在新的一年里,
\n
天天向上,学业有成"
,
font
=
40
)
pen
.
write
(
"新年快乐,
\n
祝你在新的一年里,
\n
天天向上,学业有成"
,
font
=
(
"Times"
,
20
,
"normal"
)
)
pen
.
heading
()
pen
.
heading
()
pen1
=
turtle
.
Pen
()
pen1
=
turtle
.
Pen
()
pen1
.
pencolor
(
"red"
)
pen1
.
pencolor
(
"red"
)
...
...
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