### Modulus Assignment Operator This operator, `%=` can be added in the section "4. Assignment Operators", and it is equivalent to `x = x % y` if `x %= y` is the code. The link to the colab file is as follows: [Agentic AI - Python - Lesson 03 - Operators, Keywords & Variables.ipynb](https://colab.research.google.com/drive/1ct5Efj7xRRpu155NOx38dNgnpQgC25yv?usp=sharing) Shah Faisal from Karachi