Commit 465963b1 by BellCodeEditor

save project

parent c1454537
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ for i in message: ...@@ -17,7 +17,7 @@ for i in message:
text=list(text) text=list(text)
text.insert(8,p) text.insert(8,p)
"".join() text="".join(text)
print(text) print(text)
......
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