Commit 70b7902e by BellCodeEditor

save project

parent 73ad85bc
Showing with 15 additions and 0 deletions
import random
j=""
m="iri5h3uh43h4h5h快高考如果借款人"
s="fhwfyeuyfuetruegheutfui4yuefghruhyhjrgvfj"
k="sjd hadhgfuhdfyvhgfddyggdehdygehjcyeyf"
for i in m:
p=i
i=random.choice(s)
g=random.choice(s)
a=p+i+g
j=j+a
z=list(j)
z.insert(random.randint(0,len(z)),k)
x="".join(z)
print(x)
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