【python】python程序分行写符号

方法1,用括号

>>> 3+4+(5+
6)
18

方法2 用 \

>>> 3+5+\
4
12

posted @ 2016-10-30 13:02  GiraffaMPRO  阅读(1837)  评论(0编辑  收藏  举报