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