Python uses the percent sign ( % ) as the modulo operator. The modulo operator (%) always satisfies the equation N = D * ( N // D) + (N % D) .
確定! 回上一頁