Commit 6abc5771 by BellCodeEditor

auto save

parent d223b699
Showing with 17 additions and 0 deletions
import random
message ="诺伊,我们周末一起去看动漫展吧!"
key = "vbnkml,bhjnkm比较难看吗,不回家那么快,不会叫你开门红包就那么"
a = ""
for i in message:
str1 = i
set2 = random.choice(key)
set3 = random.choice(key)
text = str1 + str2 + str3
a = a + text
b = list(a)
e = random.randint(0,len(b))
b.insert(e,"hjkhjkl")
c = "".join(b)
print(c)
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