Commit 4f912e5a by BellCodeEditor

save project

parent 274babce
Showing with 7 additions and 2 deletions
......@@ -4,6 +4,8 @@ length =len(messang)
i=0
while i < length
i +=1
for i in message:
str1 =i
str2 =random.choice(key)
......@@ -14,4 +16,8 @@ print(key_message)
list_message =list(key_message)
list_message.insert(5,noise)
result_message ="".join(list_message)
print(result_message)
\ No newline at end of file
print(result_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