Vidyalelo
Python · Q33

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 33

Q33

What is the value of the following expression? 2+4.00, 2**4.0

A.
(6.0, 16.0)
Answer
B.
(6.00, 16.00)
C.
(6, 16)
D.
(6.00, 16.0)

Answer: Option A

Solution

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