divisible by 5的意思
divisible by 5中文翻譯:
可被5整除的
相似詞語短語
divisible───adj.可分的;可分割的
divisibleness───可除盡的
divisibly───可分地
divisibility───n.可分性;[數]可除性
division bell───表決鐘聲
divisively───分裂的
invisible ink───隱形墨水
invisible inks───隱形墨水
visible sign───可見的符號;可見的標記;明顯的標志
雙語使用場景
The filter expression will result in a sequence of integers where each is less than 1,000 and divisible by 3 or 5.───該篩選表達式將產生一個整數序列,其中每個整數都小于1000且能被3或5整除。
In this case, it is creating a function called divisible-by-3-or-5.───在本例中,它創建了一個名為 divisible-by-3-or-5 的函數。
Now, these three new variables may not be all divisible by 5 (otherwise their sum would be too). ───現在,這三個新的數值不可能全都被5整除(否則它們的和也要被5整除)。
Inside the loop, you multiply i by 5, then test to see whether i is evenly divisible by 25.───在循環中,將i乘以5,然后測試i是否被25整除。
So the filter expression will result in a sequence of integers where each is less than 1, 000 and divisible by 3 or 5.───因此,這個過濾器表達式的結果是一個整數序列,其中每個整數都小于1,000且能被3或5整除。
This is exactly the set of numbers we want to check to see if they are divisible by 3 or 5.───這組數正是我們想要檢查是否可被3或5整除的那些數。
The first if statement evaluates True, because 5 isn't evenly divisible by 25.───第一個if語句計算為True,因為5不能被25整除。
In this case, it is creating a function called divisible-by-3-or-5? .───在本例中,第一行實際上是創建了一個名為divisible-by-3-or-5?的函數。