打印函数通过 ","连接文本

程序员成长之旅 · 程序员成长之旅/Python学习 · 31 字

print a,"+",b,"=",c

另外 纯字符串或者转换后字符串用"+"连接用法和"," 相同

print "hello"+"word"