File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ Contact: [@zacharylipton](https://twitter.com/zacharylipton/)
33
33
* [ Strings] ( https://github.com/zackchase/python-wow/blob/master/chapter01_introduction/sec04_strings.ipynb )
34
34
* [ Numbers (and Arithmetic)] ( https://github.com/zackchase/python-wow/blob/master/chapter01_introduction/sec05_numbers_arithmetic.ipynb )
35
35
* [ Booleans (and Logic)] ( https://github.com/zackchase/python-wow/blob/master/chapter01_introduction/sec06_boolean_logic.ipynb )
36
- * Practice Questions (COMING SOON )
36
+ * [ Practice Questions] ( https://github.com/zackchase/python-wow/blob/master/chapter01_introduction/practice_questions.ipynb )
37
37
38
38
### Collections
39
39
* [ Lists] ( https://github.com/zackchase/python-wow/blob/master/chapter02_collections/sec01_lists.ipynb )
40
40
* [ Dictionaries] ( https://github.com/zackchase/python-wow/blob/master/chapter02_collections/sec02_dictionaries.ipynb )
41
- * Practice Questions (COMING SOON )
41
+ * [ Practice Questions] ( https://github.com/zackchase/python-wow/blob/master/chapter02_collections/practice_questions.ipynb )
42
42
43
43
44
44
### Control Flow
You can’t perform that action at this time.
0 commit comments