Computer Science, asked by simranbidhlan, 6 hours ago

Select the right command to read each record for the binary file object f1 from “movies.dat”? (a) f1=
open("movies.dat",'rb') (b) pickle.loads(f1) (c) pickle.dump(f1) (d) pickle.load(f1)​

Answers

Answered by rejisuji111
0

Answer:

I didn't clear that question

Explanation:

please type the question clearly

Answered by legendarybattler0119
0

Answer:

(a). f1=open("movies.dat",'rb')

Similar questions