diff options
author | raylu <raylu@cmu.edu> | 2011-06-06 18:39:22 -0700 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-06-06 18:39:22 -0700 |
commit | a2dc8b6d55ae2ab275b5460ab81362bfe454a623 (patch) | |
tree | f5b00470ee87be982794cf5149e9fa35ca05acf5 /static | |
parent | 8c26371331f08446690885438c3ea36b2eeee52c (diff) | |
download | pyc-a2dc8b6d55ae2ab275b5460ab81362bfe454a623.tar.xz |
Add a note to download lab3.piz
Diffstat (limited to 'static')
-rw-r--r-- | static/lab3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/lab3.py b/static/lab3.py index fa542bf..f5da8c7 100644 --- a/static/lab3.py +++ b/static/lab3.py @@ -78,6 +78,7 @@ def main(): print 'Best record:', best_record(score) print + # download http://pyc.raylu.net/static/lab3.piz print 'Total cost:', order_pizza('lab3.piz') if __name__ == '__main__': |