Merge pull request #54 from liangpeili/main

keep it consistent with solution in 1_4
This commit is contained in:
David Beazley
2024-07-31 10:40:26 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ def portfolio_cost(filename):
# This catches errors in int() and float() conversions above
except ValueError as e:
print("Couldn't parse:", line)
print("Couldn't parse:", repr(line))
print("Reason:", e)
return total_cost