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