Question: What python module might be used to store the current state of a Django model in a file?

  1. pickle
  2. struct
  3. marshal
  4. serialize

Answer: The correct answer of the above question is Option A:pickle