A

Admin • 833K Points
Coach

Q. What will be the result of `round(3.14159, 2)`?

  • (A) 3.14
  • (B) 3.15
  • (C) 3.1
  • (D) 3
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`round()` rounds a number to the specified number of decimal places.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.