Commit 60feee27 by BellCodeEditor

auto save

parent b782ba0d
Showing with 6 additions and 3 deletions
...@@ -11,10 +11,13 @@ for i in message: ...@@ -11,10 +11,13 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
text2=str2+str3 text2=str2+str3
print(text2) print(text2)
text2
name="sdjaklsjlk" name="sdjaklsjlk"
a=list(name) a=list(text2)
a.insert(1,name)
print(a)
b="".join(a)
print(b)
......
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