Commit 756c2453 by BellCodeEditor

save project

parent 1f997ac7
Showing with 3 additions and 1 deletions
......@@ -8,6 +8,7 @@ for i in message:
s2 = random.choice(key)
new = new + i + s1 + s2
new = list(new)
new.insert(5,noise)
index = random(0,13).randint
new.insert(index,noise)
new = "",join(new)
print(new)
\ 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