A

Admin • 833K Points
Coach

Q. Which of the following instructions will work without error?

  • (A) round(2.5)
  • (B) round(999.214,3,0)
  • (C) round()
  • (D) round(102.4879,1,7)
  • Correct Answer - Option(A)
  • Views: 34
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Run help(round) in the shell to get details of the parameters passed to the “round” function.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.