📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    In Python, which method is used to convert a string to

    lowercase?
    A lower() Correct Answer Incorrect Answer
    B down() Correct Answer Incorrect Answer
    C tolower() Correct Answer Incorrect Answer
    D min() Correct Answer Incorrect Answer
    E casefold() Correct Answer Incorrect Answer

    Solution

    lower() returns a new string with all characters in lowercase.

    Practice Next
    More C Programming Questions
    ask-question