Commit 17b1e880 by BellCodeEditor

save project

parent ca062342
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ for i in range(len(message)): ...@@ -9,7 +9,7 @@ for i in range(len(message)):
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
message_key=message_key+d message_key=message_key+d
print(message_key)
o=list(message_key) o=list(message_key)
g="fbjp';.in" g="fbjp';.in"
o.insert(4,g) o.insert(4,g)
......
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