Vidyalelo
Python · Q42

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 42

Q42

What will be the output of the following Python expression? print(4.00/(2.0+2.0))

A.
Error
B.
1.0
Answer
C.
1.00
D.
1

Answer: Option B

Solution

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