Vidyalelo
Python · Q37

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 37

Q37

Which among the following list of operators has the highest precedence? +, -, **, %, /, >, |

A.
<<, >>
B.
**
Answer
C.
|
D.
%

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board