Commit 79104c55 by BellCodeEditor

save project

parent 696d5957
Showing with 2 additions and 2 deletions
......@@ -20,5 +20,5 @@ for i in message:
lwhsb="port:@#$%*&"
key_message_list=list(key_message)
key_message_list.insert(5,lwhsb)
message_text=join(key_message_list)
print(key_message_list)
message_text = "".join(key_message_list)
print(message_text)
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