Python - convert to lowercase. Copy. students = ['Sarah', 'Mary', 'Anna', 'Charlotte'] # Option 1 students_lower = map(lambda x: x.lower(), ...
確定! 回上一頁