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
c1df7cae28f02ae0edb03ff40e4d5541fa45c8a7
Switch branch/tag
lesson2-2_DIY1
diy1.py
Find file
Normal view
History
Permalink
diy1.py
84 Bytes
Edit
Newer
Older
save project
c1df7cae
BellCodeEditor
committed
3 years ago
1
2
3
# 玩家出拳
did
=
input
(
"请出拳(剪刀
\
石头
\
布)"
)
print
(
"玩家出拳"
+
did
)