xLoKuMx
Junior Member
- Jun 24, 2009
- 188
- 147
Say I have a csv file:
How can I get only 'ddddd' for example?
I'm new to the language and tried some stuff with the csv module, but I don't get it...
Code:
[email protected],bbbbb
[email protected],ddddd
I'm new to the language and tried some stuff with the csv module, but I don't get it...