Commit 2a308011 by BellCodeEditor

save project

parent 834ae61f
Showing with 2 additions and 1 deletions
...@@ -19,7 +19,7 @@ list_message = list(key_message) # change to list ...@@ -19,7 +19,7 @@ list_message = list(key_message) # change to list
index = random.randint(0, len(key_message)) index = random.randint(0, len(key_message))
list_message.insert(index, noise) list_message.insert(index, noise)
print(list_message) #print(list_message)
result_message = "".join(list_message) # change to string result_message = "".join(list_message) # change to string
print(result_message) print(result_message)
\ 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