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

Explanation: `min()` returns the smallest element from an iterable.

Explanation by: Mr. Dubey
`min()` returns the smallest element from an iterable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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