Commit 2a14d5fd by BellCodeEditor

save project

parent 157a6fc4
Showing with 4 additions and 1 deletions
......@@ -16,6 +16,8 @@ for i in message:
li_message=list(key_message)
list_message=list(key_message)
list_message.insert(2,"&%$&*%#&^*^%#^*^%#*^^%*%%#%$&%")
index=random.randint(0,len(list_message))
list_message.insert(index,"&%$&*%#&^*^%#^*^%#*^^%*%%#%$&%")
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