I need Python to read a CSV file and use the data in it as a list.
Sample CSV data
francisco,
carlos,
melo,
luis,
claudia,
I need to read Python after reading this data as follows:
lista = (['francisco','carlos','melo','luis','claudia'...
asked by
16.03.2018 / 01:34