Browse Source

Format

pull/30/head
Jure Šorn 6 years ago
parent
commit
2c0464ecdc
1 changed files with 3 additions and 3 deletions
  1. 6
      README.md

6
README.md

@ -371,9 +371,9 @@ Format
#### Int types: #### Int types:
```python ```python
{90:c} # 'Z'
{90:X} # '5A'
{90:08b} # '01011010'
{90:10c} # ' Z'
{90:10X} # ' 5A'
{90:010b} # '0001011010'
``` ```

Loading…
Cancel
Save