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
09017443ca98e14c520e16c9feb8885246918801
Switch branch/tag
lesson2-3-1_DIY1
diy1.py
Find file
Blame
History
Permalink
save project
· 09017443
BellCodeEditor
committed
a year ago
09017443
diy1.py
85 Bytes
Edit
1
2
3
4
5
6
name
=
input
(
"勇于挑战的创造师你叫什么?"
)
print
(
name
+
"你好"
)