There are different ways to sort a Python list of strings in ascending or ... "banana", "Car"] #sort list in ascending order words.sort(key=str.upper) ...
確定! 回上一頁