Commit 5d2520c1 by BellCodeEditor

auto save

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