Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the order of precedence in python?
i) Parentheses
ii) Exponential
iii) Multiplication
iv) Division
v) Addition
vi) Subtraction

What is the order of precedence in python?
i) Parentheses
ii) Exponential
iii) Multiplication
iv) Division
v) Addition
vi) Subtraction
a) i,ii,iii,iv,v,vi
b) ii,i,iv,iii,v,vi
c) ii,i,iii,iv,v,vi
d) i,ii,iii,iv,vi,v

Answer: a
Explanation: For order of precedence, just always remember this PEMDAS (similar to BODMAS).

Join The Discussion