This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
neural-network-420pine64backup/test.py
2017-12-01 20:16:56 +00:00

4 lines
124 B
Python

with open('data/0.bin', 'rb') as f:
data = f.read()
print(hex(int.from_bytes(data, byteorder='little', signed=False)))