Commit 201c82db by BellCodeEditor

save project

parent f6317178
Showing with 2 additions and 1 deletions
...@@ -11,6 +11,6 @@ for i in message: ...@@ -11,6 +11,6 @@ for i in message:
key_message=key_message+text key_message=key_message+text
print(key_message) print(key_message)
limes=list(key_message) limes=list(key_message)
limes.insert(3,"!@#$%^&*") limes.insert(random.randint(0,len(limes)-1),"!@#$%^&*")
print("".join(limes)) print("".join(limes))
\ 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