Commit 66f9c8de by BellCodeEditor

auto save

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