py
py copied to clipboard
typo
https://github.com/codebasics/py/blob/9168aaa21a42c18ea1542203bad7acc2cb99f6aa/DataStructures/2_Arrays/Solution/1_expenses.py#L36
should be: exp[3] + 200
https://github.com/codebasics/py/blob/9168aaa21a42c18ea1542203bad7acc2cb99f6aa/DataStructures/2_Arrays/Solution/1_expenses.py#L36
should be: exp[3] + 200
Dude its expense, $200 were refunded and hence the expense is reduced.