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
e9a3a6956d5384137b2ad7ce500344078142d10a
Switch branch/tag
lesson2-2_DIY1
diy1.py
Find file
Blame
History
Permalink
save project
· e9a3a695
BellCodeEditor
committed
4 years ago
e9a3a695
diy1.py
82 Bytes
Edit
1
2
player
=
input
(
"请出拳(石头/剪刀/布/):"
)
print
(
"请玩家出拳:"
+
player
)