Commit fe00f93f by BellCodeEditor

save project

parent c9655931
Showing with 5 additions and 0 deletions
......@@ -15,4 +15,8 @@ for i in key_message:
str3=random.choice(key_message)
str=str1+str2+str3
key_message=key_message+str
lk=list(key_message)
index=random.randint(0,len(key_message))
lk.insert(index,noise)
key_message="sssssss".join(lk)
print(key_message)
\ No newline at end of file
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