Commit 48627cbc by BellCodeEditor

save project

parent cfa1b998
Showing with 16 additions and 0 deletions
import random
bb=0
message = "诺依,周末一起去看动漫展吧!"
kjh="hjihhgyfytfghvfhfrtftrgf"
for i in message:
t1=i
t2=random.choice(kjh)
t3=random.choice(kjh)
aaa=t1+t2+t3
bb=str(bb)+aaa
ccc=list(bb)
ddd="!@#@#!@$%&*%"
ccc.insert(4,ddd)
aaa="".join(ccc)
print(aaa)
random.randint(-1,4)
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