Commit 5d2520c1 by BellCodeEditor

auto save

parent 9f9824ff
Showing with 3 additions and 3 deletions
...@@ -10,5 +10,5 @@ for i in message: ...@@ -10,5 +10,5 @@ for i in message:
b=b+a b=b+a
c=list(b) c=list(b)
c.insert(4,";.[;.[o]]") c.insert(4,";.[;.[o]]")
"".join(c) d="".join(c)
print(c) print(d)
\ No newline at end of file \ 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