码迷,mamicode.com
首页 > 编程语言 > 详细

Python源码换行

时间:2017-10-09 15:26:55      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:符号   int   this   输出   logs   div   pytho   对齐   class   

在编写 Python 源码的时候,如果单行代码太长,可以使用 “\” 符号做换行,新行的开头与首行对齐。

例如:

print "this line is toooooooooooooo long"

  输出结果

this line is toooooooooooooo long

 

Python源码换行

标签:符号   int   this   输出   logs   div   pytho   对齐   class   

原文地址:http://www.cnblogs.com/shilxfly/p/7641132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!