Commit 92ab4b58 by BellCodeEditor

save project

parent 9b286c9c
Showing with 4 additions and 2 deletions
...@@ -13,10 +13,12 @@ for i in message: ...@@ -13,10 +13,12 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
str=str1+str2+str3 str=str1+str2+str3
key_message=key_message+str key_message=key_message+str
print(key_message) #print(key_message)
a=list(key_message) a=list(key_message)
#print(a) #print(a)
a.insert(2,keys) num=random.randint(1,len(a))
a.insert(num,keys)
#print(a) #print(a)
str4="".join(a) str4="".join(a)
......
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