問題タブ [right-justified]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Python: 右揃えで順序付けられた dict
以下は私のコードです:
私はこのようなものが欲しい:
順序パラメータは文字列である必要があります。これは次のように機能します: 空 (デフォルト) は、テーブルが順序付け
"count,desc"
されていないことを意味します。テーブルは (インベントリ内のアイテムの) カウントで降順および"cound,asc"
昇順で並べられます。
すべての文字列に収まる列の幅を知るために、内部リストのそれぞれで最長の文字列を見つける関数を書きましたが、この時点で行き詰まっています。どうすればよいですか?