रिक्त स्थान को भरें।<break-line><break-line>Fill in the blank.<pre><code>import pickle
f=open("data.dat", "rb")
d=____________.load(f)
f.close()</code></pre>
निम्नलिखित पंक्ति को फंक्शनल बनाने के लिए कौन सा मॉड्यूल इम्पोर्ट किया जाना चाहिए<break-line><break-line>Which module to be imported to make the following line functional<pre><code>sys.stdout.write("ABC")</code></pre>