diff options
author | Prabhu Ramachandran | 2017-02-04 00:28:37 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-02-04 00:28:37 +0530 |
commit | b22b3fe175a390d6e0518973f3802883f815a894 (patch) | |
tree | bdafe2979eb955e2ec584f8b8d30e080a49061cc /basic_python/Makefile | |
parent | 7e4e72d9ce7d45ddd395b3202b5a78f962a460ed (diff) | |
download | python-workshops-b22b3fe175a390d6e0518973f3802883f815a894.tar.gz python-workshops-b22b3fe175a390d6e0518973f3802883f815a894.tar.bz2 python-workshops-b22b3fe175a390d6e0518973f3802883f815a894.zip |
Add a set of practice exercises with solutions.
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r-- | basic_python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic_python/Makefile b/basic_python/Makefile index 47ac8c2..97ccf77 100644 --- a/basic_python/Makefile +++ b/basic_python/Makefile @@ -5,6 +5,7 @@ pdflatex $*.tex SLIDES= basics.pdf \ + practice_basics.pdf \ control_flow.pdf \ core_data_structures.pdf |