Commit 6ec33fb0 by BellCodeEditor

save project

parent 83123fec
Showing with 2 additions and 2 deletions
...@@ -16,5 +16,6 @@ for i in message: ...@@ -16,5 +16,6 @@ for i in message:
print(key_message) print(key_message)
list1 = list(key_message) list1 = list(key_message)
list.insert(3,key2) list.insert(3,key2)
list1.insert(insert)
key_message = "".join(list1) key_message = "".join(list1)
print(list) print(key_message)
\ 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