I have a python file with data reading that I want to read into Python. I have lists that contain strings like "apple , 2.99 ". But the goal is to turn that into "apple - $2.99" in the output. Do I have to use some type of dictionary? Please help.
How do I read this into Python?