Commit d9a92a15 by BellCodeEditor

save project

parent 0fee5c7a
Showing with 16 additions and 0 deletions
import random
k="qwertyuioiusdfghj"
m="wertgdyhf
k=""
n="!@#$%^%#@#$%^%$%GGFGHGFGY"
for i in m:
s1=i
s2=random.choice(k)
s3=random.choice(k)
s4=s1+s2+s3
km=km+s4
l=list(km)
l.insert(5,m)
r="".join(l)
\ No newline at end of file
++ "b/\347\252\201\347\204\266\343\200\202p"
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