I have a list of hex numbers I need to convert to string to write it to binary file. How can I do that? (convert the list of hex numbers to a string)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
converting to a string is easy
you don't need to do anything special to write this to a file
For Python3, it is slightly different
Edit after clarification in the comments:
Again, this is slightly different in Python3
|
|||||||||||||
|