बाइनरी फ़ाइल डेटा को पढ़ने के लिए ___________ फ़ंक्शन का उपयोग किया जाता है।
To read binary files data ___________ function is used.
A)
B)
C)
D)
Explanation:
In Python, the method load()
is typically associated with deserializing or loading data from a file or another storage medium into a Python object. It is most commonly used with libraries like json
, pickle
, or yaml
for reading data from files.