Q. What will be the output of the following Python expression?
Code:
print(4.00/(2.0+2.0))
β
Correct Answer: (B)
1.0
print(4.00/(2.0+2.0))
You must be Logged in to update hint/solution