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
bfd009be80d7e1585714598ed5f85eeff18ac850
Switch branch/tag
lesson2-2_DIY1
diy1.py
Find file
Blame
History
Permalink
save project
· bfd009be
BellCodeEditor
committed
4 years ago
bfd009be
diy1.py
63 Bytes
Edit
1
2
3
# 玩家出拳
player
=
input
(
"出啥"
)
print
(
"出拳:"
+
player
)