So I’ve been attempting to do the extra assignment part 22 on the Python Strings: Medical Insurance Project on Jupyter. Im attempting to remove the “$” from my insurance cost, however, its not processing through which in turn is not allowing me to calculate to total insurance cost which stops me from getting the average. Whenever I attempt to strip it, it tells me that the “List Object has no attribute to strip.”
I’m just seeking some assistance in stripping the dollar symbol from the code so that I can move forward with getting the average_insurance_costs