當'='用於指示關鍵字參數或默認參數值時, 不要在其兩側使用空格. Yes: def complex(real, imag=0.0): return magic(r=real, i=imag). No: def complex(real, ...
確定! 回上一頁