PythonOOP
PythonOOP copied to clipboard
erronous spaces in items.csv file
column names should be "name,price,quantity" not "name, price, quantity", otherwise list item will be {'name': 'Phone', ' price': '100', ' quantity': '1'} when reading CSV
fixed pull request : https://github.com/jimdevops19/PythonOOP/pull/2