Commit 2bc50eb9 by BellCodeEditor

save project

parent 5d15e920
Showing with 5 additions and 1 deletions
...@@ -12,5 +12,9 @@ for i in message: ...@@ -12,5 +12,9 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
print(key_message) p=list(key_message)
p.insert(20,";;';'.,';';")
q="".join(p)
print(q)
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