Commit cccb6c65 by BellCodeEditor

save project

parent 2aadc08a
Showing with 2 additions and 2 deletions
...@@ -14,8 +14,8 @@ for i in message: ...@@ -14,8 +14,8 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
km=km+text km=km+text
list_message=list(km) list_message=list(km)
suiji=random.randint(0,len(km)) s=input("请输入要加密的语句")
list_message.insert(suiji,noise) list_message.insert(random.randint(0,12),s)
result_message="".join(list_message) result_message="".join(list_message)
print(result_message) print(result_message)
......
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