Commit 11aab7f3 by BellCodeEditor

save project

parent 78759d31
Showing with 3 additions and 0 deletions
...@@ -14,6 +14,8 @@ for i in message: ...@@ -14,6 +14,8 @@ for i in message:
t = si + s2 + s3 t = si + s2 + s3
c = c + t c = c + t
list_message = list(key_message) list_message = list(key_message)
inext=random.randint(0,len(key_message))
list_message.insert(inext,o)
list_message.insert(5,o) list_message.insert(5,o)
result_message="".join(list_message) result_message="".join(list_message)
print(c) print(c)
\ 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