πŸ“Š Python
Q. Which of the following functions returns the smallest character in the string str?
  • (A) lower()
  • (B) lstrip()
  • (C) upper(str)
  • (D) min(str)
πŸ’¬ Discuss
βœ… Correct Answer: (D) min(str)

Explanation: min() is a built-in function in Python that returns the smallest character in a string.

Explanation by: Rajeev Malhotra
min() is a built-in function in Python that returns the smallest character in a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
179
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Rajeev Malhotra
Publisher
πŸ“ˆ
80%
Success Rate