Commit 86f3f2d0 by BellCodeEditor

save project

parent fff0acc3
Showing with 3 additions and 3 deletions
......@@ -15,5 +15,5 @@ for i in range(len(message)):
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"¥%……&*$%_*^&%(%^")
message2="".join(message1)
print(message2)
\ No newline at end of file
result_message ="".join(list_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