convert this string to list or dictionary in python?
[\'[\', \'{\', \'u\', \"\'\", \'f\', \'i\', \'r\', \'s\', \'t\', \'_\', \'n\', \'a\', \'m\', \'e\', \"\'
It is itself a list and you are saying to convert it to list! Try print type(a) by assigning given code as a !! Then you will get
as output!