Hi

There is a list variable in Python 

a=[1, 2, 3....]

I would like to save it as a csv file.

First, I would like to convert it to a  variable in this form

b=['1', '2', '3'....]

Then, save it as a CSV file.

What is the code?

More Mahdieh Askarian's questions See All
Similar questions and discussions