Commit 3b4a10ce by BellCodeEditor

save project

parent e3160ea5
Showing with 109 additions and 0 deletions
import random
key = "abcdefg好就发货的花费多少积分换房间都是大家大家记得点击胜利1234567?!"
message = "你个大傻逼大傻逼大傻逼大傻逼!"
res=""
for i in message:
s1=random.choice(key)
s2=random.choice(key)
text=i+s1+s2
res+=text
rose="$%^^&&(jj***nmb5$^&)(@{%【&)“"
resList=list(res)
resList.insert(random.randint(0,len(resList)),rose)
res="".join(resList)
print(res)
++ "b/\346\200\245\346\200\245\346\200\245.py"
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