sorted () will treat a str like a list and iterate through each element. In a str , each element means each character in the str . sorted() will not treat a ...
確定! 回上一頁