Commit 90820c7a by BellCodeEditor

auto save

parent a6cb2edc
Showing with 2 additions and 3 deletions
...@@ -13,8 +13,7 @@ for i in message: ...@@ -13,8 +13,7 @@ for i in message:
d = random.choice(key) d = random.choice(key)
e = b+c+d e = b+c+d
a = a + e a = a + e
print(a)
x = list(a) x = list(a)
x.insert(5,noise) x.insert(5,noise)
y = "".join(x) y = "".join(x)
print(y) print(y)
\ No newline at end of file \ 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