In the above code, we notice that neither dictionary has the desired order for our output, and thus we'll use the sorted() function to sort the dictionary.
確定! 回上一頁