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

Explanation: min() returns the smallest value in an iterable.

Explanation by: Mr. Dubey
min() returns the smallest value in an iterable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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