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
4532359f
authored
2 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
d0873bb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
13 deletions
diy1.py
diy1.py
View file @
4532359f
# 利用write()帮助悟空给诺依回信吧~
import
random
import
turtle
c
=
[
"剪刀"
,
"火炮"
,
"布"
]
screen
=
turtle
.
Screen
()
while
True
:
screen
.
bgcolor
(
"light blue"
)
a
=
input
(
"剪刀,火炮,布"
)
len
=
screen
.
textinput
(
"提示"
,
"你想要多大的爱心呀?"
)
b
=
random
.
randint
(
0
,
2
)
len
=
int
(
len
)
if
c
[
b
]
==
"剪刀"
:
pen
=
turtle
.
Pen
()
if
c
==
"剪刀"
:
pen
.
write
(
"你好
\n
,你好棒呀,
\n
洛伊."
,
font
=
(
"Times"
,
30
,
"normal"
))
print
(
"平局"
)
pen
.
hideturtle
()
if
c
[
b
]
==
"剪刀"
:
len
=
60
if
c
==
"火炮"
:
print
(
"他芭b**了"
)
turtle
.
done
()
if
c
[
b
]
==
"剪刀"
:
\ No newline at end of file
if
c
==
"布"
:
print
(
"我芭b**了"
)
if
c
[
b
]
==
"火炮"
:
if
c
==
"布"
:
print
(
"他芭b**了"
)
if
c
[
b
]
==
"布"
:
if
c
==
"火炮"
:
print
(
"我芭b**了"
)
if
c
[
b
]
==
"火炮"
:
if
c
==
"火炮"
:
print
(
"平局"
)
if
c
[
b
]
==
"布"
:
if
c
==
"布"
:
print
(
"平局"
)
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