Commit 63a645d3 by BellCodeEditor

save project

parent 86570566
Showing with 16 additions and 0 deletions
import random
message="诺依,周末一起去看动漫展!"
key = "ewjhfuewuyugfyugfe"
key2="woiftiu"
new_text=""
for i in message:
try1 = i
try2 = random.choice(key)
try3 = random.choice(key)
text = try1+try2+try3
new_text= new_text+text
list_key=list(new_text)
list_key.insert(random.randint(0,len(list_key)),"@#$$%^$#%^^*&_+U+)_(*(&^%32))")
key_message="".join(list_key)
print(key_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