Commit 95fed2be by BellCodeEditor

save project

parent 6bc8dfe4
Pipeline #1324 failed in 0 seconds
Showing with 2 additions and 1 deletions
......@@ -14,5 +14,5 @@ for i in message:
key_mes=key_mes+text
list_mes = list(key_mes)
list_mes.insert(5, noise)
result_mes "".join(list_mes)
result_mes = "".join(list_mes)
print(result_mes)
\ 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