Commit 7b7bcf74 by BellCodeEditor

save project

parent ce71c651
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ for i in message:
str3 = random.choice(key)
text =str1 + str2 + str3
list_message = list_message+text
print(mes1)
print(result_message)
list_message = list(key_message)
list_message.lisert(5,noise)
result_message = " " .join(list_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