Added exercise Python files.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 06 Oct 2009 14:24:11 +0530
changeset 30 3e21614218f4
parent 29 8121d3ea15b5
child 31 4bff24bf650d
Added exercise Python files.
day1/debug_exercise.py
day1/mymodule.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 
--- /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