Which statement, if any, will return an error in the following code snippet?

import pickle #statement 1
f=open("data.dat",'rb')  #statement 2
d=pickles.load(f) #statement 3
f.close() #statement 4

1

No error

2
Statement 2
3
Statement 3
4
Statement 4

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation