... divisible by 可整除的evenly divisible可整除的 even number 偶数 ...
双语例句
1
The first if statement evaluates True, because 5 isn't evenlydivisible by 25.
第一个if语句计算为True,因为5不能被25整除。
2
As a result, the body of the second if statement is executed when the value of the variable I is evenlydivisible by 125.
因此,当变量i的值能被125整除时执行第二个if语句体。
3
But now the second if statement evaluates True because the variable I is evenlydivisible by 125 (and the not operator turns the resulting 0 into a Boolean True).