Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_3
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
61a1bc16ceea56629f96422f74d2cc20dd412bcf
Switch branch/tag
lesson7_3
diy2.py
Find file
Blame
History
Permalink
save project
· 54e7d85a
BellCodeEditor
committed
3 years ago
54e7d85a
diy2.py
84 Bytes
Edit
1
2
3
4
list1
=
"诺依,周末一起去死刑吧!"
str1
=
"/"
.
join
(
list1
)
print
(
str1
)