Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_6
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
c12550l843p219a8873/wx651539
Switch branch/tag
lesson7_6
gg.py
Find file
Blame
History
Permalink
save project
· 680ee9be
BellCodeEditor
committed
4 years ago
680ee9be
gg.py
59 Bytes
Edit
1
2
3
4
5
i
=
"abc"
m
=
list
(
i
)
m
.
insert
(
3
,
'd'
)
n
=
""
.
join
(
m
)
print
(
n
)