Python 賦值運算符

a=3 a+=4 a*=34-31+44-22  #---->a=a*(34-31+44-22)=175 print("a=%d"%a)  #--->175 這裏特別注意是想計算完=號右邊的再計算 *
相關文章
相關標籤/搜索