From a2dc8b6d55ae2ab275b5460ab81362bfe454a623 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 6 Jun 2011 18:39:22 -0700 Subject: Add a note to download lab3.piz --- static/lab3.py | 1 + 1 file changed, 1 insertion(+) (limited to 'static/lab3.py') 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__': -- cgit v1.2.3