Similarly, we can calculate multiplication, division, quotients and remainders by using the operators *, /, //, % or with NumPy function np.mutiply(), np.divide(), np.mod(). We do not need to explain how to use them in the same way as addition and subtraction.



請先 登入 以發表留言。