Commit 5ee93926 by BellCodeEditor

save project

parent e1111015
Showing with 3 additions and 1 deletions
import random
message = "诺依,周末一起去看动漫展吧!"
message = input("请输入")
key="sb"
key_message=""
for i in message:
......@@ -11,5 +11,6 @@ for i in message:
noise="port:%^&*9)__)(*(7^5654$55434#@$SDAFd))"
list_message=list(key_message)
indx=random.randint(0,len(key_message))
list_message.insert(indx,noise)
result_message="".join(list_message)
print(result_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