Python 赋值运算符

a=3 a+=4 a*=34-31+44-22  #---->a=a*(34-31+44-22)=175 print("a=%d"%a)  #--->175 这里特别注意是想计算完=号右边的再计算 *
相关文章
相关标签/搜索