Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-1-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
382f2af7cd5b40c2d25154a7d114de7f6f3e1ca5
Switch branch/tag
lesson2-1-1_DIY1
diy1.py
Find file
Blame
History
Permalink
save project
· 382f2af7
BellCodeEditor
committed
5 years ago
382f2af7
diy1.py
131 Bytes
Edit
1
2
3
4
# 我们都爱夸夸夸
# 我们都爱夸夸夸
name
=
input
(
"请输入你的名字:"
)
print
(
name
+
'你是最棒的创造师耶!'
)