0:00
/
0:00
Transcript

Mastering Python Operators

Operators are used to perform mathematical operations in Python.

Python operators allow for endless arithmetic opportunities. Remember that Python follows PEMDAS for order of operations. PEMDAS stands for

  • Parentheses

  • Exponents

  • Multiplication

  • Division

  • Addition

  • Subtraction

If you know basic operators and order of mathematical operations then you should be go to go.

Discussion about this video