C-16-Q149mediumsingle_mcq
Which Python operator should we use to find whether a number is divisible by 2 (zero remainder)?
Which Python operator should we use to find whether a number is divisible by 2 (zero remainder)?
- a
/ - b
* - c
% - d
+
Which Python operator should we use to find whether a number is divisible by 2 (zero remainder)?
/*%+