I'm just getting started on python programming.
Here is an example of my CSV
file :
Name | tag. | description |
---|---|---|
Cool | cool,fun | cool ... |
Cell | Cell,phone | Cell ... |
Rang | first,third | rang ... |
The print with the CSV
module gives me a list of all rows, either:
['cool',''cool,fun'','cool...']
['cell',''cell,phone'','cell...']
What I want to do is to printer that cool or cell, phone