Commit 4ce3a65d by BellCodeEditor

auto save

parent 6dfb8f7d
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@ for i in message:
print(text)
text = list(text)
text.insert(5,noise)
text = "".join(text)
text = ''.join(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