C-17-Q117mediumsingle_mcq
Which operator returns the remainder of an integer division in Python?
Which operator returns the remainder of an integer division in Python?
- a
/ - b
// - c
% - d
**
Which operator returns the remainder of an integer division in Python?
///%**