Commit 91278619 by BellCodeEditor

save project

parent 9b641e31
Showing with 5 additions and 0 deletions
......@@ -12,3 +12,7 @@ for i in message:
c=random.choice(key)
key_message += a+b+c
print(key_message)
a=list(key_message)
a.insert(5,"%")
d="".join(a)
print(d)
\ 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