I've been searching for a solution to my problem: is that I have three values ("ha,ha", "hehe", "hihi") stored in a csv file i then store into a list. I want to pick the entire "ha,ha", including the comma, but the code doesn't allow it and only picks "ha", making the other part another value of the list. Does anyone know if it can be resolved?
Here I leave you some pictures of the code.
Here's some functional code (I don't think it needs to be changed):
So there is not any way I can do it?? Is there any format I can use instead? I really need to write commas in the "Significat_" variable.
I used csv format because it is the only one I've learnt. I could have used any other format but I honestly don't know...
Text is ha,ha;hehe;hihi. I want to keep ha,ha as one item, not two. And I'm not sure if it is possible. As you can see, under "un" there appears ha, not ha,ha.