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
0
Answer:
I didn't clear that question
Explanation:
please type the question clearly
Answered by
0
Answer:
(a). f1=open("movies.dat",'rb')
Similar questions