Commit 0ed746a7 by BellCodeEditor

save project

parent 18891748
Showing with 15 additions and 0 deletions
import random
m="今天去野餐"
s="@#$1124可见韩国法人"
u=""
k="$%^&*"
for i in m:
s1=i
s2=random.choice(s)
s3=random.choice(s)
j=s1+s2+s3
u=u+j
list1=list(u)
list1.insert(random.randint(0,len(list1)),k)
y="".join(list1)
print(y)
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