Commit 4f912e5a by BellCodeEditor

save project

parent 274babce
Showing with 6 additions and 0 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)
......@@ -15,3 +17,7 @@ list_message =list(key_message)
list_message.insert(5,noise)
result_message ="".join(list_message)
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