Commit 533b2293 by BellCodeEditor

save project

parent 202c726f
Showing with 6 additions and 1 deletions
n="jahjhdjhasdhuhauhduwhuhq@!#$%^&*"
import random import random
# 私钥 # 私钥
...@@ -14,8 +15,12 @@ for i in message: ...@@ -14,8 +15,12 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
k=k+text k=k+text
print(text)
print(k) print(k)
list_message=list(key_message)
liat_message.insert(5,n)
result_message="".join(list_message)
print(result_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