Commit f4d2e5ba by BellCodeEditor

save project

parent ae524730
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
v = list(a) v = list(a)
b.insert(randon.randint(0,len(v),c) b.insert(randon.randint(0,len(v)-1,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