Commit 5866be9b by BellCodeEditor

auto save

parent d223b699
Showing with 7 additions and 0 deletions
a='一二三四五'
b=list(a)
c='abc'
b.insert(5,c)
d="".join(b)
print(d)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment