Commit ca062342 by BellCodeEditor

save project

parent b5ead5d0
Showing with 6 additions and 1 deletions
...@@ -9,6 +9,11 @@ for i in range(len(message)): ...@@ -9,6 +9,11 @@ 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) print(message_key)
o=list(message_key)
g="fbjp';.in"
o.insert(4,g)
print("".join(o))
# 请对message进行遍历,取出 # 请对message进行遍历,取出
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