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

python多行语句

时间:2019-11-04 18:03:34      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:one   print   语句   斜杠   pytho   span   pretty   需要   item   

多行语句

Python 通常是一行写完一条语句,但如果语句很长,我们可以使用反斜杠(\)来实现多行语句,例如:

total = item_one +         item_two +         item_three

在 [], {}, 或 () 中的多行语句,不需要使用反斜杠(\),例如:

total = [‘item_one‘, ‘item_two‘, ‘item_three‘,
        ‘item_four‘, ‘item_five‘]

python多行语句

标签:one   print   语句   斜杠   pytho   span   pretty   需要   item   

原文地址:https://www.cnblogs.com/lapt/p/11792966.html

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