Operator is used to find out if division of two number yields any remainder in python is?
Answers
Answered by
1
Answer:
% operator is used to check for remainder on dividing one number to another
Explanation:
15 % 4 will yield 3 as result as remainder is 3
Hope it helps :-)
Similar questions