Commit 834b3d7a by BellCodeEditor

auto save

parent ec386af9
Showing with 9 additions and 959 deletions
import random import random
key="gwomhcorcngosfvuwh新东方发电hua我是你爸爸-----" key="劳苦好烦恼方5♀30南方呢嚛iu有牛人与佛iu有……*&……(*🍕👼🐱‍🏍🐱‍👤🐱‍🐉✔👀🤳💋💔🖤💨💫"
message="下节课一起逃学" message="下节课一起逃学"
new = ''
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
print(text) new =new+text
print(new)
inv= '@#$%&&&%%%'
list = list(new)
list.insert(4,inv)
new1 = ''.join(list)
print(new1)
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