Commit 43a795a2 by BellCodeEditor

save project

parent d223b699
Showing with 12 additions and 0 deletions
import random
k="dfgysffykusfusdykudgghsdfhfshf"
m="诺依,周末一起去看动漫吧!"
key=""
for i in m:
s1=i
s2=random.choice(k)
s3=random.choice(k)
t=s1+s2+s3
key=key+t
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