A

Admin • 831.35K Points
Coach

Q. What is the output of this code?

Code:
print(10 / 3)
  • (A) 3
  • (B) 3.33
  • (C) 3.3333333333333335
  • (D) Error
  • Correct Answer - Option(C)
  • Views: 11
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
The division operator `/` performs floating point division.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.