Commit 7fa3aa42 by BellCodeEditor

auto save

parent 059c7ae0
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ for i in message: ...@@ -12,7 +12,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
a=a+text a=a+text
b=list(a) b=list(a)
b.insert(5,"port@#$%^&") b.insert(,"port@#$%^&")
c="".join(b) c="".join(b)
print(c) print(c)
......
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