Vidyalelo
Python · Q124

Module in Python

Programming · Python · question 124

Q124

The output of the following two Python codes is exactly the same. object 'a' CODE 1 >>> pickle.dumps('a', 3) CODE 2 >>> pickle.dumps(object, 3)

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board