We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e11fd commit 41a4a1eCopy full SHA for 41a4a1e
1 file changed
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