Python is a very rich language which makes it a bit hard to memorize everything, including operators. If you want to learn more about operators then keep reading 🙂 Mathematical Operators (Arithmetic) Name Syntax in Python Example Addition + 2+1 Substraction – 2-1 Multiplication * 2*1 Division / 2/1 Modulus % 2%1 Exponentiation ** 2**2 […]