Commit cccb6c65 by BellCodeEditor

save project

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