Commit 1023d520 by BellCodeEditor

save project

parent 19aa6c6e
Showing with 27 additions and 4 deletions
...@@ -7,7 +7,31 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -7,7 +7,31 @@ message = "诺依,周末一起去看动漫展吧!"
new=("") new=("")
for i in message: for i in message:
str1=i str1=i
str2=random.chice(key) str2=random.choice(key)
str3=random.chice(key) str3=random.choice(key)
# 请使用私钥key
a=list(new)
a.insert(5,key)
b="".join(a)
print(b)
# 请使用私钥key
\ 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