For the day3 task1, I think you wanted to say convert it back to "dictionary" instead of JSON. The issue: "Task 1: Convert a dictionary object to JSON and then convert it **back to JSON**. Do the same with XML." Fix: "Task 1: Convert a dictionary object to JSON and then convert it **back to dictionary**. Do the same with XML."