Commit 8e66203d by BellCodeEditor

save project

parent 3108110c
Showing with 0 additions and 3 deletions
...@@ -2,12 +2,10 @@ import random ...@@ -2,12 +2,10 @@ import random
k="dfgysffykusfusdykudgghsdfhfshf" k="dfgysffykusfusdykudgghsdfhfshf"
m="诺依,周末一起去看动漫吧!" m="诺依,周末一起去看动漫吧!"
key="" key=""
ke="w二huh虎uhh哈哈哈hhg二放大假heragei发GV和风格fyufg!@#$%^&*()"
for i in m: for i in m:
s1=i s1=i
s2=random.choice(k) s2=random.choice(k)
s3=random.choice(k) s3=random.choice(k)
t=s1+s2+s3 t=s1+s2+s3
key=key+t key=key+t
print(key) print(key)
\ 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