Commit 9336c2e6 by BellCodeEditor

save project

parent 20da8a69
Showing with 13 additions and 0 deletions
import random
import random
key="abnsbgnmsghnsfhg,j6787856389467yti6j"
message='刘讯言'
text_book=''
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
text=a+b+c
text_book=text_book+text
\ 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