Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-3_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
670ba3b4
authored
4 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
18754fbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
diy1.py
diy1.py
View file @
670ba3b4
# 利用write()帮助悟空给诺依回信吧~
import
turtle
screen
=
turtle
.
Screen
()
leng
=
screen
.
textinput
(
"狗B"
,
"恁想要你马脑袋那么大的爱心心吗?(想要打100,8要打个1)"
)
len
=
int
(
leng
)
screen
.
bgcolor
(
"purple"
)
pen
=
turtle
.
Pen
()
pen
.
penup
()
pen
.
goto
(
100
,
-
100
)
pen
.
write
(
"木大木大木大!!!"
,
font
=
(
"Times"
,
20
,
"normal"
))
pen1
=
turtle
.
Pen
()
len
=
60
pen1
.
pensize
(
7
)
pen1
.
pencolor
(
"red"
)
pen1
.
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