Q. What is the output of this code?
Code:
print(10 / 3)
β
Correct Answer: (C)
3.3333333333333335
Explanation: The division operator `/` performs floating point division.