Skip to content

Commit 65ecbc4

Browse files
committed
added links to readme
1 parent bc43fda commit 65ecbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Contact: [@zacharylipton](https://twitter.com/zacharylipton/)
3333
* [Strings](https://github.com/zackchase/python-wow/blob/master/chapter01_introduction/sec04_strings.ipynb)
3434
* [Numbers (and Arithmetic)](https://github.com/zackchase/python-wow/blob/master/chapter01_introduction/sec05_numbers_arithmetic.ipynb)
3535
* [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)
3737

3838
### Collections
3939
* [Lists](https://github.com/zackchase/python-wow/blob/master/chapter02_collections/sec01_lists.ipynb)
4040
* [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)
4242

4343

4444
### Control Flow

0 commit comments

Comments
 (0)