标签:ast .net 中间 clip can tools typeerror 空格 方式
1、字符串之间连接 ‘aa’ ‘bb’
可以中间为空格 或者什么都没有。
那么输出都是两者之间紧密相连。
2、字符串+数字
‘aa‘ +90
这样会报错,因为不同类型不能相加,
可以用 ‘aa‘,90.这样可以,但是中间会有一个空格
3、%占位符
print ‘%s,%s‘%(‘tom‘,‘jerry‘)
标签:ast .net 中间 clip can tools typeerror 空格 方式
原文地址:http://www.cnblogs.com/zhaoyingjie/p/6040901.html