Commit ae524730 by BellCodeEditor

save project

parent 2b74d8ad
Showing with 3 additions and 2 deletions
...@@ -11,6 +11,6 @@ for i in message: ...@@ -11,6 +11,6 @@ for i in message:
key1 = random.choice(key) key1 = random.choice(key)
key2 = random.choice(key) key2 = random.choice(key)
a+=i+key1+key2 a+=i+key1+key2
b = list(a) v = list(a)
b.insert(randon.randint(0,len(b),c) b.insert(randon.randint(0,len(v),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