Commit 6091410c by BellCodeEditor

save project

parent 2b3651d9
Showing with 3 additions and 3 deletions
...@@ -16,5 +16,5 @@ for i in range(len(message)): ...@@ -16,5 +16,5 @@ for i in range(len(message)):
list_message = list(key_message) list_message = list(key_message)
list_message.insert(5,f) list_message.insert(5,f)
sure_message = " ".join(list_message) s_message = " ".join(list_message)
print(sure_message) print(s_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