Commit 8e20b926 by BellCodeEditor

save project

parent 38c5a38e
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ for i in message: ...@@ -16,7 +16,7 @@ for i in message:
key_message+=text key_message+=text
new_message=list(ket_message) new_message=list(ket_message)
num = random.randint(0,len(ket_message)-1) num = random.randint(0,len(ket_message)-1)
new_message.insert(num,prot) new_message.insert(num,port)
wumengtaoshishabi="".join(new_message) wumengtaoshishabi="".join(new_message)
print(wumengtaoshishabi) print(wumengtaoshishabi)
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