Commit 2d9abcb9 by BellCodeEditor

save project

parent d2a32555
Showing with 3 additions and 2 deletions
......@@ -13,6 +13,6 @@ for i in message:
c = str+str1+str2
key_message= key_message+c
list_message=list(key_message)
list_message.insert(a,3)
b = ''.join(key)
list_message.insert(3,a)
b = ''.join(list_message)
print(b)
\ 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