πŸ“Š Python
Q. What will be the result of `round(3.14159, 2)`?
  • (A) 3.14
  • (B) 3.15
  • (C) 3.1
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (A) 3.14

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

Explanation by: Mr. Dubey
`round()` rounds a number to the specified number of decimal places.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
46
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate