Module 9: File Handling & Serialization Quiz
Test your Python knowledge with this interactive 1-question quiz on Module 9: File Handling & Serialization. Passing score: 70%. Get instant feedback and earn XP.
Questions
Question 1: Which method converts a Python dictionary into a JSON formatted string?
- json.loads()
- json.dumps()
- json.parse()
- json.stringify()