Some programming languages will use the % symbol for MOD. 16 MOD 3 = 1 (16 / 3 = 5, with 1 left over) ... Python uses // for this.
確定! 回上一頁