Commit 8e862e39 by BellCodeEditor

save project

parent 9444d40d
Showing with 10 additions and 5 deletions
import random import random
key="63信/息3r?加67,78feg密.好66用的,是库6啊" key="63信/息3r?加67,78feg密.好66用的,是库6啊"
noise="fzxbgh,fguyt5y"
message="诺依,周末一起去看动漫展吧!" message="诺依周末我们去看漫展,好不好!"
key_message=""
for i in message: for i in message:
str1=1 str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
print(text) key_message= key_message+text
\ No newline at end of file list_message=list(key_message)
list_message. insert(5,noise)
daan="".join(list_message)
print(list_message)
\ 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