Q48
Which operator has the highest precedence in Python?
A.
+
B.
*
C.
/
D.
**
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The exponentiation (**) operator has the highest precedence.
Python Operator Precedence: MCQs for Exam Prep
Programming · Python · question 48
Q48
Answer: Option D