Browse Source

Bytes

pull/10/head
Jure Šorn 6 years ago
parent
commit
668fdbd9a4
1 changed files with 3 additions and 3 deletions
  1. 6
      README.md

6
README.md

@ -884,9 +884,9 @@ Bytes
### Decode ### Decode
```python ```python
<str> = <bytes>.decode('utf-8') <str> = <bytes>.decode('utf-8')
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False) <int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
<hex> = <bytes>.hex() <hex> = <bytes>.hex()
``` ```
### Read Bytes from File ### Read Bytes from File

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