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