रिक्त स्थान को भरें।<break-line><break-line>Fill in the blank.<break-line><break-line><pre><code>import pickle
f = open("data.dat", "rb")
d = ___________.load(f)
f.close()</code></pre>
कौन सा कथन फ़ाइल सूचक को वर्तमान स्थिति से 10 बाइट पीछे ले जायेगा?<break-line><break-line>Which statement will move file pointer 10 bytes backward from current position?
पायथन में, निम्न में से कौन सा फंक्शन एक बिल्ट-इन फंक्शन है?<break-line><break-line>In python, which of the following functions is a built-in function?