Commit 7f85f80b by BellCodeEditor

save project

parent f4d2e5ba
Showing with 4 additions and 3 deletions
...@@ -12,5 +12,6 @@ for i in message: ...@@ -12,5 +12,6 @@ for i in message:
key2 = random.choice(key) key2 = random.choice(key)
a+=i+key1+key2 a+=i+key1+key2
v = list(a) v = list(a)
b.insert(randon.randint(0,len(v)-1,c) v.insert(random.randint(0,len(v)-1),c)
print(b) n = ''.join(v)
\ No newline at end of file print(n)
\ 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