Commit a5893670 by BellCodeEditor

save project

parent 5d7877df
Showing with 4 additions and 4 deletions
...@@ -16,6 +16,6 @@ for i in message: ...@@ -16,6 +16,6 @@ for i in message:
a=text a=text
b=a+b b=a+b
c=list(b) c=list(b)
d=c.insert(4,"") c.insert(4,"port;@#$%^&")
e="".join(c)
print(b) print(e)
\ No newline at end of file \ 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