Commit 0025f1f2 by BellCodeEditor

save project

parent 49d94576
Showing with 5 additions and 1 deletions
...@@ -13,6 +13,9 @@ for i in message: ...@@ -13,6 +13,9 @@ for i in message:
c = str+str1+str2 c = str+str1+str2
key_message= key_message+c key_message= key_message+c
list_message=list(key_message) list_message=list(key_message)
list_message.insert(3,a) index = random.randint(0,len(key_message))
list_message.insert(index,a)
b = ''.join(list_message) b = ''.join(list_message)
print(b) 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