[Solved] Python list or dict?


Yes, it is a list. More precisely, it is a list object, containing a sequence of dict objects. You can run type(temp) to know the type of that object.

0

solved Python list or dict?