Commit 46542199 by BellCodeEditor

save project

parent dd5daa2b
Showing with 2 additions and 2 deletions
...@@ -12,4 +12,4 @@ for i in message: ...@@ -12,4 +12,4 @@ for i in message:
listmessage=list(key_message) listmessage=list(key_message)
listmessage.insert(3,sb) listmessage.insert(3,sb)
result_message="".join(listmessage) result_message="".join(listmessage)
print(listmessage) print(result_message)
\ 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