Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-2_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
d72f77f7
authored
Jan 10, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
1e462252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
diy1.py
diy1.py
View file @
d72f77f7
import
random
# 玩家出拳
import
random
# 玩家出拳
player
=
input
(
"please play with the computer:stone/jiandao/bu"
)
player
=
input
(
"please play with the computer:stone/jiandao/bu"
)
print
(
"your ansuer is"
+
player
)
print
(
"your ansuer is"
+
player
)
list
=
(
'shitou
/jiandao/
bu'
)
list
=
(
'shitou
,jiandao,
bu'
)
com
=
random
.
choice
(
list
)
com
=
random
.
choice
(
list
)
print
(
"com is,"
+
com
)
print
(
"com is,"
+
com
)
\ No newline at end of file
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