Commit be78654a by BellCodeEditor

save project

parent 4572b196
Showing with 2 additions and 1 deletions
...@@ -15,5 +15,5 @@ for i in message: ...@@ -15,5 +15,5 @@ for i in message:
f=f+g f=f+g
x=list(z) x=list(z)
x.insert(2,z) x.insert(2,z)
c="".join(f) c="".join(x)
print(c) 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