A

Admin • 832.27K Points
Coach

Q. What is the output of `round(3.14159, 2)`?

  • (A) 3.14
  • (B) 3.15
  • (C) 3.141
  • (D) 3.2
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.