質問するログイン新規登録

回答編集履歴

1

追記

2019/07/15 05:53

投稿

LouiS0616
LouiS0616

スコア35678

answer CHANGED
@@ -2,4 +2,6 @@
2
2
  ```Python
3
3
  >>> '{:.>20,d}'.format(100000)
4
4
  '.............100,000'
5
- ```
5
+ ```
6
+
7
+ [書式指定ミニ言語仕様 — Python 3.7.4 ドキュメント](https://docs.python.org/ja/3/library/string.html#format-specification-mini-language)