Commit 7641a997 by BellCodeEditor

save project

parent 6a7f727f
Showing with 6 additions and 5 deletions
import random import random
u=qwweerrtrtyuiojngjgdjdsahfdyufhyegrt4deaaaaaaaaaaaaaaaaaaaaasadfxsdxfrgrtgcfddtcfc
key="aqzxswedcvfrtgbnhy1234" key="aqzxswedcvfrtgbnhy1234"
y='' y=''
a="王者农药" a="王者农药"
s=' ' s=' '
u='qwweerrtrtyuiojngjgdjdsahfdyufhyegrt4deaaaaaaaaaaaaaaaaaaaaasadfxsdxfrgrtgcfddtcfc'
for i in a: for i in a:
q=i q=i
w=random.choice(key) w=random.choice(key)
...@@ -12,10 +13,10 @@ for i in a: ...@@ -12,10 +13,10 @@ for i in a:
r=random.choice(key) r=random.choice(key)
t=q+w+e+r t=q+w+e+r
y=y+t y=y+t
y=list(y) sm=list(y)
y.insert(3,u) sm.insert(3,u)
''.join(y) dq=''.join(sm)
print(y) print(dq)
......
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