The simplest way to achieve what you want is to use the fact that python sort is stable. This allows to first sort alphabetically and then by score:
確定! 回上一頁