Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 54)
54.
Which module in Python is used for working with binary data and provides methods for packing and unpacking binary data structures?
binstruct
structlib
binary
struct
Answer: Option
Explanation:
The struct module in Python provides methods for packing and unpacking binary data structures.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.