A

Admin • 833K Points
Coach

Q. What is the output of `print(10 % 3)`?

  • (A) 3
  • (B) 0
  • (C) 1
  • (D) 10
  • Correct Answer - Option(C)
  • Views: 20
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`10 % 3` gives the remainder, which is 1.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.