Browse Source

Format

pull/9/head
Jure Šorn 6 years ago
parent
commit
07136361a3
1 changed files with 3 additions and 0 deletions
  1. 3
      README.md

3
README.md

@ -328,6 +328,9 @@ Format
{123456:10,} # ' 123,456'
{123456:10_} # ' 123_456'
{123456:+10} # ' +123456'
{-123456:=10} # '- 123456'
{123456: } # ' 123456'
{-123456: } # '-123456'
```
```python

|||||||
100:0
Loading…
Cancel
Save