From b22b3fe175a390d6e0518973f3802883f815a894 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 4 Feb 2017 00:28:37 +0530 Subject: Add a set of practice exercises with solutions. --- basic_python/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'basic_python/Makefile') 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 -- cgit