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

πŸ‘οΈ
66
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate