+号的作用
>>> ‘a‘ ‘a‘ >>> ‘a‘+‘b‘ ‘ab‘ >>> print(‘a‘+‘b‘) ab
字符串
原文:http://www.cnblogs.com/ymjyqsx/p/6236428.html