Commit 6bc8dfe4 by BellCodeEditor

save project

parent b6e33db7
Pipeline #1323 failed in 0 seconds
Showing with 6 additions and 2 deletions
......@@ -4,6 +4,7 @@ key ="abcdefg"
message ="诺依周末去看动漫展吧"
key_mes=""
noise = "jfkrlefgdf"
for i in message:
str=i
......@@ -11,4 +12,7 @@ for i in message:
srt2=random.choice(key)
text=str+str1+srt2
key_mes=key_mes+text
print(key_mes)
\ No newline at end of file
list_mes = list(key_mes)
list_mes.insert(5, noise)
result_mes "".join(list_mes)
print(result_mes)
\ 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