Division Statement Python

Division  Statement Python 
i%2 == 0returns true if the number i is divisible by 2 ,and returns false if it is not divisible by 2.

Comments

Popular Posts