πŸ“Š Python
Q. What is the output of `round(3.14159, 2)`?
  • (A) 3.14
  • (B) 3.15
  • (C) 3.141
  • (D) 3.2
πŸ’¬ Discuss
βœ… Correct Answer: (A) 3.14

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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