Ad
  • Custom User Avatar

    Hello,
    from what I understand, if (number % a > 0 or number % b > 0) it will return False because then that is some value.
    number % a here is equals to number % a > 0.
    so, the program returns True if number % a and number % b DO NOT have any values( because then they are of value 0 )