Commit 7a951bba by BellCodeEditor

save project

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