Commit 7641a997 by BellCodeEditor

save project

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