Commit e4dffaf2 by BellCodeEditor

save project

parent 85f1470a
Showing with 4 additions and 2 deletions
import random import random
# 私钥 # 私钥
key = "人民币我喜欢$" key = "人民币我喜欢$$欢喜我币民人才能回国定居法国不过"
keymessage="port@$%^&^%$#$%^&^%" keymessage="port@$%^&^%$#$%^&^%hhjfi"
# 要加密语句 # 要加密语句
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key_message="" key_message=""
...@@ -21,3 +21,4 @@ for i in message: ...@@ -21,3 +21,4 @@ for i in message:
text=str1+str2+str3+str4+str5+str6+str7+str8+str9+str10+str11 text=str1+str2+str3+str4+str5+str6+str7+str8+str9+str10+str11
key_message=key_message+text key_message=key_message+text
print(key_message) print(key_message)
print(random.random())
\ 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