Commit baeabbf6 by BellCodeEditor

auto save

parent a5f091ec
Showing with 3 additions and 3 deletions
......@@ -14,10 +14,10 @@ for i in message:
j=j+"(请不要盗却此密文!)"
a=list(j)
a.insert(13,"??????????????????????????(请自己填写)")
r=random.randint(5,len(j))
a.insert(r,'jkjvdrwz13nd34t45tbo98unbvdewtcvcv')
d="".join(a)
r=random.randlint(0,len(d))
d.insert(r,jkjvdrwz13nd34t45tbo98unbvdewtcvcv)
print(r)
print(d)
......
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