4 lines
101 B
Python
4 lines
101 B
Python
|
|
0b00 == int.from_bytes(bytes(1))
|
||
|
|
bytes(1) == bytearray(1)
|
||
|
|
# todo validate ememory usage of bytearray
|