Commit 8268fced by BellCodeEditor

save project

parent dab0d5dd
Showing with 3 additions and 1 deletions
...@@ -15,7 +15,9 @@ for i in range(len(message)): ...@@ -15,7 +15,9 @@ for i in range(len(message)):
luanma = "@#$$!$$!*(()!*):>" luanma = "@#$$!$$!*(()!*):>"
list_message = list(key_message) list_message = list(key_message)
list_message.insert(5,luanma) index = random.randint(0,len(key_message))
list_message.insert(index,luanma)
last_message = "".join(list_message) last_message = "".join(list_message)
print(last_message) print(last_message)
......
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