Commit 9f20dc3c by BellCodeEditor

save project

parent 72a18b1f
Pipeline #1077 failed in 0 seconds
Showing with 1 additions and 1 deletions
...@@ -11,6 +11,6 @@ for i in message: ...@@ -11,6 +11,6 @@ for i in message:
print(e) print(e)
f="!@#$%^&********&^%$#!!!@#$%^&$#$#$%^%" f="!@#$%^&********&^%$#!!!@#$%^&$#$#$%^%"
e=list(e) e=list(e)
e.insert(1,f) e.insert(random.randint(0,len(e)),f)
e="".join(e) e="".join(e)
print(e) print(e)
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