Commit d537a60a by BellCodeEditor

save project

parent cc6fb39d
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=key_message+text key_message=key_message+text
a=list(key_message) a=list(key_message)
c=random.randint(0,len(key_message)) c=random.randint(0,len(key_message))
a.insert(5,noise) a.insert(c,noise)
b="".join(a) b="".join(a)
print(key_message) print(key_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