python print 连续输出变量加字符串

a=1

b=2

print(a,'+',b,'=',a+b)

输出:1+2=3

 

posted @ 2018-07-17 16:08  mghhz816  阅读(14653)  评论(0编辑  收藏  举报