330 likes | 547 Views
Modulus Operator. Yields the remainder when first operand is divided by the second.>>>remainder=7%3>>>print (remainder)1. Prepared by Department of Preparatory year. Boolean expressions. An expression that is either true or falseOperator ==>>>5==5True>>>5==6False. Prepared by Departm
E N D