Files
2022-05-13 13:08:12 -04:00

3 lines
73 B
Python

with open('tx_counter.bin', 'wb') as f:
f.write(bytes(range(256))*1000)