Browse Source

String

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

2
README.md

@ -225,7 +225,7 @@ re.split(<regex>, text, maxsplit=0) # Use brackets in regex to keep the matches
'187'
```
#### Binary, at least 10 spaces wide, filled with zeros.
#### Binary, at least 10 spaces wide, filled with zeros:
```python
>>> f'{123:010b}'
'0001111011'

Loading…
Cancel
Save