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
91c3e158987047d9d90fe3e95a3506522d1bee62
Switch branch/tag
lesson2-2_DIY1
diy1.py
Find file
Blame
History
Permalink
save project
· 91c3e158
BellCodeEditor
committed
4 years ago
91c3e158
diy1.py
63 Bytes
Edit
1
2
3
# 玩家出拳
player
=
input
(
"It`s your turn"
)
print
(
player
)