Python - Operators and Expression Evaluation
Which arithmetic operator in Python is used to find the remainder of a division?
% gives the remainder after division, // gives the floor division result, ** is for power, and + is for addition.%, which returns the leftover part after dividing two numbers.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions