Q42
What will be the output of the following Python expression? print(4.00/(2.0+2.0))
A.
Error
B.
1.0
AnswerC.
1.00
D.
1
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board