Commit 8a3964de by BellCodeEditor

save project

parent 57349d73
Pipeline #1101 failed in 0 seconds
Showing with 1 additions and 1 deletions
...@@ -12,6 +12,6 @@ for i in message: ...@@ -12,6 +12,6 @@ for i in message:
b=b+a b=b+a
b=list(b) b=list(b)
b.insert(4,c) b.insert(4,c)
b="",join(b) b="".join(b)
print(b) 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