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
bda9eef9
authored
2 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
90728e5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
diy.py
diy.py
View file @
bda9eef9
import
turtle
import
turtle
#pen=turtle.Pen()
screen
=
turtle
.
Screen
()
#pen.pencolor("green")
screen
.
bgcolor
(
"yellow"
)
#pen.write("傻子\n!!!",font=("宋体",50,"normal"))
pen
=
turtle
.
Pen
()
#pen.hideturtle()
pen
.
penup
()
#turtle.done()
pen
.
pencolor
(
"green"
)
#写字
pen
.
goto
(
-
100
,
0
)
pen
.
write
(
"傻子
\n
!!!"
,
font
=
(
"宋体"
,
50
,
"normal"
))
pen
.
hideturtle
()
pen9
=
turtle
.
Pen
()
pen9
=
turtle
.
Pen
()
pen9
.
pencolor
(
"green"
)
pen9
.
pencolor
(
"green"
)
pen9
.
left
(
45
)
pen9
.
left
(
45
)
...
...
This diff is collapsed.
Click to expand it.
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