Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-1-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
7de11f0dd067ba7a3c7f77c04b13007bbbf99ba7
Switch branch/tag
lesson2-1-2_DIY1
star.py
Find file
Normal view
History
Permalink
star.py
91 Bytes
Edit
Newer
Older
save project
7de11f0d
BellCodeEditor
committed
3 years ago
1
2
player
=
input
(
"请出拳:(石头,剪刀,布)"
)
print
(
"玩家出拳:"
+
player
)