Commit 2ca105e7 by BellCodeEditor

save project

parent ef4df3de
Showing with 5 additions and 1 deletions
...@@ -12,5 +12,9 @@ for i in message: ...@@ -12,5 +12,9 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
q=str1+str2+str3 q=str1+str2+str3
key_message=key_message+q key_message=key_message+q
print(key_message)
a="pasjfosjoihoihaogkcizhgequhwqh0 "
list_messag=list(key_message)
list_messag.insert(4,a)
key_message="".join(list_messag)
print(key_message)
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