python-CSD-kursu/python-temel/f.write.b.py

3 lines
65 B
Python
Raw Normal View History

2023-08-26 21:56:01 +03:00
with open('binary.dat', 'wb') as f:
f.write(b'\x10\x12\x13')