Commit b90f033a by BellCodeEditor

save project

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