Python language provides operator types

  • Athematic Operators
OperatorTitleDescriptionExample
+Additionaddition of two or more operandsp+q=50
-Subtractionsubtraction of two or more operandsq-p=10
*Multiplicationmultiplication of two or more operandsp*q=600
/Divideresults quotient after the division of valuesq/p=1.5
%Integer DivisionReturn the remainder after the division of valuesq div p=5
**ExponentationReturn the remainder after the division of valuesq mod p=10
==AssignmentAssign