标签:python代码跨行 python python print
这两种是错的
# print ‘11‘# +‘tset4‘#error
下面的测试代码,包含了基本可能出现的情况‘‘‘
@author: willardtset2‘
输出结果为:
1tset
2tset1
3tset1
(‘4‘, ‘tset1‘)
5
5tset2
5tset3
6tset
7tset
8tset
9tset
10tset1
10 tset2
python跨行 print:多用(),换行符\要小心,少用+或者不用(其它程序代码跨行用\就行,不能用括号)
标签:python代码跨行 python python print
原文地址:http://blog.csdn.net/longshenlmj/article/details/43564189