Commit 50433b2b by BellCodeEditor

save project

parent 2725428d
Showing with 2 additions and 2 deletions
......@@ -14,8 +14,7 @@ for i in message:
text2=text2+text
print(text2)
li_text2=list(text2)
imput_text=imput("请输入密文:")
index=random.randint(0,len(li_text2))
li_text2.insert(index,imput_text)
li_text2.insert(index,"!@#$%^&*")
print("".join(li_text2))
\ 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