Commit 34d4a8cf by BellCodeEditor

save project

parent 4debb676
Showing with 4 additions and 3 deletions
...@@ -14,6 +14,6 @@ for i in range(len(message)): ...@@ -14,6 +14,6 @@ for i in range(len(message)):
m=m+d m=m+d
print(m) print(m)
p=list(m) p=list(m)
z=list("$#&*%&%^$@#@%#&*") p.insert(random.randint(0,len(p)),"$#&*%&%^$@#@%#&*")
p.insert(7,z) j="".join(p)
print("".join(p)) print(j)
\ 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