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