🐍
北商資管Python課程(2)
Search...
Ctrl
K
一. 課程內容
(三) 魔術方法
12. 其他的計算
減法, __sub__(self, obj) 乘法, __mul__(self, obj) 除法, __div__(self, obj)
Previous
11. __add__(self, obj)
Next
13. __call__(self, params)