Python源码换行
在编写 Python 源码的时候,如果单行代码太长,可以使用 “\” 符号做换行,新行的开头与首行对齐。
例如:
print "this line is toooooooooooo\ oo long"
输出结果
this line is toooooooooooooo long
在编写 Python 源码的时候,如果单行代码太长,可以使用 “\” 符号做换行,新行的开头与首行对齐。
例如:
print "this line is toooooooooooo\ oo long"
输出结果
this line is toooooooooooooo long