Commit 5e138d37 by BellCodeEditor

auto save

parent ed9375e2
Showing with 5 additions and 2 deletions
......@@ -12,5 +12,8 @@ for i in message:
str3=random.choice(key)
text=
key_message=key_message+text
print()
noise="dyfvuhjhfyhm"
a=list(key_message)
a.insert(4,noise)
b="".join(a)
print(b)
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