Python: Any work-arounds for commenting out a line in the middle of line concatenation

后端 未结 0 976
野的像风
野的像风 2020-12-16 13:50

I have this kind of line concatenation:

t = "first long line" +\\
    "second long line" +\\
    &q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题