Commit a7b3ee7c by BellCodeEditor

save project

parent 79d3b2e4
Showing with 4 additions and 3 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
f=c1+c2+c3 f=c1+c2+c3
c=c+f c=c+f
c1=list(c) c1=list(c)
c1.insert(3,sb)
c2=c1.insert(3,sb) print(c1)
e="/".join(c2) e="/".join(c1)
print(e) 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