Python sorted (). # Example 1: Sort a given sequence: string, list and tuple # vowels list pyList = ['e', 'a', 'u', 'o', 'i'] print(sorted(pyList)) # string
確定! 回上一頁