Commit 6733e04f by BellCodeEditor

save project

parent 7bd1c637
Showing with 2 additions and 3 deletions
...@@ -13,10 +13,9 @@ for i in message: ...@@ -13,10 +13,9 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
key_message=text+key_message key_message=text+key_message
list_noisy=list(noisy) a=random.randint(1,10)
jok=
list_message=list(key_message) list_message=list(key_message)
list_message.insert(2,) list_message.insert(a,noisy)
kby="".join(list_message) kby="".join(list_message)
print(kby) print(kby)
......
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