Which of the following operators has the highest order of precedence in Python?
2026
Which of the following operators has the highest order of precedence in Python?
Answer: A. **
- A.
**
- B.
/
- C.
+
- D.
-
Attempted by 807 students.
Show answer & explanation
Correct answer: A
Loading lesson…