Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_2
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
9f2f5dc58217d6b9042cf1813dc5948ca1014411
Switch branch/tag
lesson7_2
diy2.py
Find file
Blame
History
Permalink
save project
· 55f29ca3
BellCodeEditor
committed
3 years ago
55f29ca3
diy2.py
68 Bytes
Edit
1
2
3
4
listl
=
[
"贝"
,
"尔"
,
"星"
,
"球"
]
strl
=
"/"
join
(
listl
)
print
(
strl
)