Commit 2b74d8ad by BellCodeEditor

save project

parent b90f033a
Showing with 2 additions and 1 deletions
...@@ -12,5 +12,5 @@ for i in message: ...@@ -12,5 +12,5 @@ for i in message:
key2 = random.choice(key) key2 = random.choice(key)
a+=i+key1+key2 a+=i+key1+key2
b = list(a) b = list(a)
b.insert(randon.randint(0,len(b),key2) b.insert(randon.randint(0,len(b),c)
print(b) print(b)
\ 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