Q. What is the output of the following code snippet?
Code:
print(10/3)
β
Correct Answer: (D)
3.333333333333
print(10/3)
You must be Logged in to update hint/solution