Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e11fd commit 41a4a1eCopy full SHA for 41a4a1e
Notes/03_Program_organization/01_Script.md
@@ -283,7 +283,7 @@ interactively after running your program:
283
>>> files = ['Data/portfolio.csv', 'Data/portfolio2.csv']
284
>>> for name in files:
285
print(f'{name:-^43s}')
286
- portfolio_report(name, 'prices.csv')
+ portfolio_report(name, 'Data/prices.csv')
287
print()
288
289
... look at the output ...
0 commit comments