Learn practical skills, build real-world projects, and advance your career

python-1

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="python-1")
[jovian] Attempting to save notebook..
PEMDAS # usually goes from left to right
PARENTHESES ()
EXPONENTS    **
MULTIPLICATION   *   DIVISION       /
ADDITION       +   SUBTRACTION    -
File "<ipython-input-5-3c71d6dc8b60>", line 3 EXPONENTS ** ^ SyntaxError: invalid syntax