Vidyalelo
Python · Q4

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 4

Q4

The expression 2**2**3 is evaluates as: (2**2)**3.

A.
True
B.
False
Answer

Answer: Option B

Solution

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