Commit 61f8f9f9 by BellCodeEditor

save project

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