so I am importing (row[3]) from excel which prints the prices set on the spreadsheet but I'm trying to calculate all the prices and find their average. I have them totalled up but I can't print(row[3])/100*15)
because the row is not defined as an integer because it has a '£' sign. Anyone have an idea how I can get around this?
Thanks