C-16-Q091mediumsingle_mcq
Which operator is used for the modulo (remainder) operation in Python?
Which operator is used for the modulo (remainder) operation in Python?
- a
* - b
/ - c
% - d
^
Which operator is used for the modulo (remainder) operation in Python?
*/%^