Commit f186ac5c by BellCodeEditor

auto save

parent 194bbea0
Showing with 3 additions and 2 deletions
......@@ -15,8 +15,8 @@ for i in range(len(message)):
print(key_message)
#请插入乱码进行二次加密
message1=list(key_message)
message1.append("$%>>>>>>&*$%_*!&%(%!")
message1.insert(3,"asd123,.sad")
message2="".join(message1)
print(message2)
print(message2)
\ 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