Commit 1a6d3c71 by BellCodeEditor

save project

parent 1c931215
Showing with 13 additions and 2 deletions
import random import random
key="efefeefevdfvvfdvd5vs653236231232354" key="efefeefevdfvvfdvd5vs653236231232354"
str=random.choice(Key) messag="诺伊,周末一起去看动漫展爸!"
print(str) key_messag="qwertyuiopppp[]asdfghjkl;'"
for i in range(len(messag)):
a=messag[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_messag=key_messag+d
message1=list(key_messag)
message1.insert(random.randint(0,len(messag)),"wdiwfiucqhefi(i")
message2="1".join(message1)
print(message2)
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