标签:符号 int this 输出 logs div pytho 对齐 class
在编写 Python 源码的时候,如果单行代码太长,可以使用 “\” 符号做换行,新行的开头与首行对齐。
例如:
print "this line is toooooooooooooo long"
输出结果
this line is toooooooooooooo long
标签:符号 int this 输出 logs div pytho 对齐 class
原文地址:http://www.cnblogs.com/shilxfly/p/7641132.html