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
b9c70d0919720e5b81a830481d92a25971fc7052
Switch branch/tag
lesson2-3-1_DIY1
diy1.py
Find file
Blame
History
Permalink
auto save
· 716b0914
BellCodeEditor
committed
4 years ago
716b0914
diy1.py
89 Bytes
Edit
1
2
3
# 玩家出拳
player
=
input
(
"请问你出那个?剪刀,石头,布"
)
print
(
player
)