Commit 134f3459 by BellCodeEditor

save project

parent adaa7904
Pipeline #2103 failed in 0 seconds
Showing with 6 additions and 0 deletions
...@@ -2,10 +2,15 @@ import random ...@@ -2,10 +2,15 @@ import random
message="周末去漫展吧!" message="周末去漫展吧!"
key="对方韩剧u以后会羽绒服viu同仁堂" key="对方韩剧u以后会羽绒服viu同仁堂"
key2="" key2=""
noise = "¥@-@*!¥^"
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
key2=key2+text key2=key2+text
list=list(key2)
shu=random.randint(0,len(list))
list.insert(shu,noise)
key2="".join(list)
print(key2) print(key2)
\ 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