Commit eeae49cf by BellCodeEditor

save project

parent cc658cf0
Showing with 11 additions and 3 deletions
import random
key = "卡事发地会@#¥%……&*fgtyjds()——)efo(*&……%今日带回家哦河电负荷3¥%……&*ddkhf()(*&654VG补偿你客户"
message = "你是屎,神经病" message = "你是屎,神经病"
for i in message for i in message:
print(i) str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
text =""
text+text1
print(text1)
\ 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