Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc1f3b3

Browse files
author
bid0uille
committed
fix sample output in 03/04 exercise 3.12
1 parent 7cd1ae1 commit dc1f3b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Notes/03_Program_organization/04_Modules.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ In section 2, you wrote a program `report.py` that produced a stock report like
299299
```
300300
Name Shares Price Change
301301
---------- ---------- ---------- ----------
302-
AA 100 39.91 7.71
303-
IBM 50 106.11 15.01
304-
CAT 150 78.58 -4.86
305-
MSFT 200 30.47 -20.76
306-
GE 95 37.38 -2.99
307-
MSFT 50 30.47 -34.63
308-
IBM 100 106.11 35.67
302+
AA 100 9.22 -22.98
303+
IBM 50 106.28 15.18
304+
CAT 150 35.46 -47.98
305+
MSFT 200 20.89 -30.34
306+
GE 95 13.48 -26.89
307+
MSFT 50 20.89 -44.21
308+
IBM 100 106.28 35.84
309309
```
310310

311311
Take that program and modify it so that all of the input file

0 commit comments

Comments
 (0)