DEV Community

DDSRY
DDSRY

Posted on • Updated on

What is the order of Operations in Python 3.8 ?

Order of Operations in Python Programming Language:

▪ Parenthese ()
▪ Exponent **
▪ Multiplication *
▪ Division /
▪ Addition +
▪ Subtraction -

➡ Just remember PEMDAS.✌

Top comments (0)