Commit 600b763c by BellCodeEditor

auto save

parent bcc3312f
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,7 @@ for i in message: ...@@ -14,6 +14,7 @@ for i in message:
str2 = random.choice(key) str2 = random.choice(key)
key_m = key_m + str0+str1+str2 key_m = key_m + str0+str1+str2
key_m = list(key_m) key_m = list(key_m)
key_m.insert(0,key1) for i in key1:
key_m.insert(random.randint(0,len(key_m)),i)
key_m = ''.join(key_m) key_m = ''.join(key_m)
print(key_m) print(key_m)
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