Commit 6c12c1de by BellCodeEditor

save project

parent 18891748
Showing with 17 additions and 0 deletions
import random
message="诺依,周末一起去看动漫展!"
message = input("请输入要加入的语句\n")
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