Examveda

Which of the following Python codes will result in an error?
object = ‘a’

A. >>> pickle.dumps(object)

B. >>> pickle.dumps(object, 3)

C. >>> pickle.dumps(object, 3, True)

D. >>> pickle.dumps('a', 2)

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python