在使用python的時候常常會看到sorted以及lambda。 今天想來簡單介紹一下這是什麼。 sorted(d.items(), key=lambda x: x[1]) 像是這個樣子.
確定! 回上一頁