Commit 72a18b1f by BellCodeEditor

save project

parent 9cec39cf
Pipeline #1076 failed in 0 seconds
Showing with 5 additions and 0 deletions
...@@ -9,3 +9,8 @@ for i in message: ...@@ -9,3 +9,8 @@ for i in message:
d=a+b+c d=a+b+c
e=e+d e=e+d
print(e) print(e)
f="!@#$%^&********&^%$#!!!@#$%^&$#$#$%^%"
e=list(e)
e.insert(1,f)
e="".join(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