Commit 91278619 by BellCodeEditor

save project

parent 9b641e31
Showing with 6 additions and 2 deletions
......@@ -11,4 +11,8 @@ for i in message:
b=random.choice(key)
c=random.choice(key)
key_message += a+b+c
print(key_message)
\ No newline at end of file
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