Commit 6b5d3aee by BellCodeEditor

save project

parent a41950ab
Showing with 2 additions and 2 deletions
import random import random
key="idewr8743 qc n49832q,0ce328jcd9mewcqsowqp而沃尔沃牛尾u吃呢" key="idewr8743 qc n49832q,0ce328j^%$(*&$#QREY:K>PAOewcqsowqp而沃尔沃牛尾u吃呢"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
no="jswnucdwnwdijc^%@^*&@#(&iumewc)" no="jswnucdwnwdijc^%@^*&@#(&iumewc)"
text = "" text = ""
...@@ -10,6 +10,6 @@ for i in message: ...@@ -10,6 +10,6 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
text = text + str1 + str2 + str3 text = text + str1 + str2 + str3
text=list(text) text=list(text)
text.insert(4,no) text.insert(random.randint(1,13),no)
text="".join(text) text="".join(text)
print(text) print(text)
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