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