Content/units/Essentials/7. Python programming/15. Loops/Practicals/5. Nested Data Structures/Practical.ipynb
In the above path, you can find this sentence: As an example, the new dictionary should key-values pairs like this: "Sarah" : {"age": 25, "favourite_colour", "blue"}
Which the last comma within the dictionary should be changed to ':'. -> "Sarah" : {"age": 25, "favourite_colour": "blue"}
Content/units/Essentials/7. Python programming/15. Loops/Practicals/5. Nested Data Structures/Practical.ipynb
In the above path, you can find this sentence: As an example, the new dictionary should key-values pairs like this: "Sarah" : {"age": 25, "favourite_colour", "blue"}
Which the last comma within the dictionary should be changed to ':'. -> "Sarah" : {"age": 25, "favourite_colour": "blue"}