Skip to content
Advertisement

How to replace special characters(double quotes to single quotes) from a list using python so that my list become a 2D list?

JavaScript

from this code I got a lists will be like this.

JavaScript

now I want to replace double quotes with the single quotes. so that this lists will become a 2D list.

I tried with the given below code. but that will not help.

JavaScript

So how can I get lists as a 2D list?

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement