Commit 1f76b976 by BellCodeEditor

save project

parent d8360a81
Showing with 11 additions and 2 deletions
import random
bb=0
message = "诺依,周末一起去看动漫展吧!"
for i in range(len(message)):
print(message[i])
kjh="hjihhgyfytfghvfhfrtftrgf"
for i in message:
t1=i
t2=random.choice(kjh)
t3=random.choice(kjh)
aaa=t1+t2+t3
bb=str(bb)+aaa
print(bb)
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