File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Notes/03_Program_organization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ follows:
338
338
>> >
339
339
```
340
340
341
- An example of a column selector was given in [ Exercise 2.23] ( ../02_Working_with_data/06_List_comprehension ) .
341
+ An example of a column selector was given in [ Exercise 2.23] ( ../02_Working_with_data/06_List_comprehension.md ) .
342
342
However, here’s one way to do it:
343
343
344
344
``` python
@@ -431,7 +431,7 @@ type-conversions to be applied to the returned data. For example:
431
431
>> >
432
432
```
433
433
434
- You already explored this in [ Exercise 2.24] ( ../02_Working_with_data/07_Objects ) .
434
+ You already explored this in [ Exercise 2.24] ( ../02_Working_with_data/07_Objects.md ) .
435
435
You'll need to insert the following fragment of code into your solution:
436
436
437
437
``` python
You can’t perform that action at this time.
0 commit comments