Use sort() method on the given list of names with key as lambda x: x.split()[-1]) which represents the last string in each element of the list.
確定! 回上一頁