# HG changeset patch # User Madhusudan.C.S # Date 1254819251 -19800 # Node ID 3e21614218f4508c5bda2a5b1496f8e789ed2fc5 # Parent 8121d3ea15b570cd601b0c1673ca17880f7e72d9 Added exercise Python files. diff -r 8121d3ea15b5 -r 3e21614218f4 day1/debug_exercise.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/day1/debug_exercise.py Tue Oct 06 14:24:11 2009 +0530 @@ -0,0 +1,3 @@ +def no_bug(): + for i in range(10): + if diff -r 8121d3ea15b5 -r 3e21614218f4 day1/mymodule.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/day1/mymodule.py Tue Oct 06 14:24:11 2009 +0530 @@ -0,0 +1,2 @@ +def test(): + print spam