diff options
author | Madhusudan.C.S | 2009-10-06 14:24:11 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-06 14:24:11 +0530 |
commit | 47db7b5948e70a128ed773dffd0d7d5b7a97acfb (patch) | |
tree | fa5b35c0b4dfa147614c0c1f74b6542742321526 /day1/debug_exercise.py | |
parent | 80dc86ba44c3668d8259d2fa5343b5974be91080 (diff) | |
download | workshops-more-scipy-47db7b5948e70a128ed773dffd0d7d5b7a97acfb.tar.gz workshops-more-scipy-47db7b5948e70a128ed773dffd0d7d5b7a97acfb.tar.bz2 workshops-more-scipy-47db7b5948e70a128ed773dffd0d7d5b7a97acfb.zip |
Added exercise Python files.
Diffstat (limited to 'day1/debug_exercise.py')
-rw-r--r-- | day1/debug_exercise.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day1/debug_exercise.py b/day1/debug_exercise.py new file mode 100644 index 0000000..8b0ff22 --- /dev/null +++ b/day1/debug_exercise.py @@ -0,0 +1,3 @@ +def no_bug(): + for i in range(10): + if |