Commit 3e9b108e by BellCodeEditor

save project

parent 01b49ab1
Showing with 239 additions and 5 deletions
import random import random
key="aqzxswedcvfrtgbnhy1234" key="aqzxswedcvfrtgbnhy1234"
y=''
a="王者农药" a="王者农药"
s=' ' s=' '
for i in a: for i in a:
...@@ -9,6 +9,241 @@ for i in a: ...@@ -9,6 +9,241 @@ for i in a:
w=random.choice(key) w=random.choice(key)
e=random.choice(key) e=random.choice(key)
r=random.choice(key) r=random.choice(key)
t=w+e+r t=q+w+e+r
a=a+t y=y+t
print(a) print(y)
\ No newline at end of file
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