πŸ“Š Python
Q. Which function returns the largest item in an iterable?
  • (A) max()
  • (B) largest()
  • (C) biggest()
  • (D) high()
πŸ’¬ Discuss
βœ… Correct Answer: (A) max()

Explanation: `max()` returns the largest item in an iterable.

Explanation by: Mr. Dubey
`max()` returns the largest item in an iterable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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