Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-3-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
61b4d57c7429ec984ca92e16ead7d15f230df1b6
Switch branch/tag
lesson2-3-1_DIY1
diy1.py
Find file
Blame
History
Permalink
auto save
· 61b4d57c
BellCodeEditor
committed
3 years ago
61b4d57c
diy1.py
92 Bytes
Edit
1
2
player
=
input
(
"请出拳(石头/剪刀/布):"
)
# 玩家出拳
print
(
"玩家出拳:"
+
player
)