Operators in Python

Contents hide 1 I-Unary Operators- 2 II-Binary Operators- 3 1-Arithmetic Operators- 4 a-Addition- 5 b-Subtraction- 6 c-Multiplication- 7 d-Division- 8 e-Modulus- 9 f-Exponent- 10 g-Floor Division- 11 2-Relational Operators- 12 a-Less Than- 13 b-Greater Than- 14 c-Less Than or Equal To- 15 d-Greater Than or Equal To- 16 e-Equal To- 17 f-Not Equal To- 18 … Continue reading Operators in Python