Commit 3173b0b3 by BellCodeEditor

auto save

parent f66b91b4
Pipeline #1430 failed in 0 seconds
Showing with 13 additions and 9 deletions
message = "诺依, 周末一起去看动 import random
length = len(message)
\ No newline at end of file key = "信息加密好酷呀"
str = random.choice(key)
print(str)
\ No newline at end of file
...@@ -4,13 +4,12 @@ key ="abcdefg" ...@@ -4,13 +4,12 @@ key ="abcdefg"
message ="诺依周末去看动漫展吧" message ="诺依周末去看动漫展吧"
key_mes="" key_mes=""
noise = "jfkrlefgdf" noise = "j
for i in message: for i in message:
str1=i
str=i str2=random.choice(key)
str1=random.choice(key) srt3=random.choice(key)
srt2=random.choice(key) text=str1+str2+srt3
text=str+str1+srt2
key_mes=key_mes+text key_mes=key_mes+text
list_mes = list(key_mes) list_mes = list(key_mes)
list_mes.insert(5, noise) list_mes.insert(5, noise)
......
text = "周末一起去h'l'g
\ 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