Commit 13ebaf33 by BellCodeEditor

save project

parent f5045170
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ for i in message: ...@@ -11,7 +11,7 @@ for i in message:
infor2=random.choice(key) infor2=random.choice(key)
ram=infor+infor1+infor2 ram=infor+infor1+infor2
end=end+ram end=end+ram
a=random.randint(0,len(message)) a=random.randint(0,len(end))
message2=list(end) message2=list(end)
message2.insert(a,noisy) message2.insert(a,noisy)
endlist="".join(message2) endlist="".join(message2)
......
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