Commit 61f8f9f9 by BellCodeEditor

save project

parent 1247f2ce
Showing with 3 additions and 4 deletions
...@@ -13,8 +13,8 @@ for i in message: ...@@ -13,8 +13,8 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
text1=text1+text text1=text1+text
print(text1) print(text1)
a='你看你妈呢' a="kannimane"
b=list(text1) b=list(text1)
b.insert(1,a) b.insert(1,a)
"".join(b) c="".join(b)
print(b) print(c)
\ 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