Browse Source

Format

pull/30/head
Jure Šorn 5 years ago
parent
commit
d98a107b3b
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -340,7 +340,7 @@ Format
{<el>:<10} # '<el> ' {<el>:<10} # '<el> '
{<el>:>10} # ' <el>' {<el>:>10} # ' <el>'
{<el>:^10} # ' <el> ' {<el>:^10} # ' <el> '
{<el>:->10} # '------<el>'
{<el>:.>10} # '......<el>'
{<el>:>0} # '<el>' {<el>:>0} # '<el>'
``` ```
@ -373,7 +373,7 @@ Format
```python ```python
{90:c} # 'Z' {90:c} # 'Z'
{90:X} # '5A' {90:X} # '5A'
{90:08b} # '01011010'
{90:b} # '1011010'
``` ```

Loading…
Cancel
Save