Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-5_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
d5d2f652060f447eadb11b23d123624dbdaaef7c
Switch branch/tag
lesson2-5_DIY1
player.py
Find file
Blame
History
Permalink
save project
· d5d2f652
BellCodeEditor
committed
a year ago
d5d2f652
player.py
80 Bytes
Edit
1
2
player
=
input
(
"请出拳(石头/剪刀/布):"
)
print
(
"玩家出拳:"
+
player
)