回答編集履歴
1
追記
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)
|