Commit 66f9c8de by BellCodeEditor

auto save

parent 5c237114
Showing with 9 additions and 5 deletions
......@@ -10,7 +10,12 @@ a = " "
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
b=str1+str2+str3
a=a+b
print(a)
\ No newline at end of file
str3=random.choice(key)
texe=str1+str2+str3
key_message = key_message + text
list_message = list(key_message)
list_message.insert(S,noise)
a=list(key_message)
a.insert(S,noise)
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