Commit a5893670 by BellCodeEditor

save project

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