Commit 1aabd9b4 by BellCodeEditor

save project

parent 248c7e2c
Showing with 2 additions and 0 deletions
...@@ -10,6 +10,7 @@ for i in message: ...@@ -10,6 +10,7 @@ for i in message:
text = str1 + str2 + str3 text = str1 + str2 + str3
key_massage = key_massage + text key_massage = key_massage + text
list_massage = list(key_massage) list_massage = list(key_massage)
index = random.randint(0,len(key_massage))
list_massage.insert(5,noise) list_massage.insert(5,noise)
result_massage = "".join(list_massage) result_massage = "".join(list_massage)
print(result_massage) print(result_massage)
\ No newline at end of file
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