diff options
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__': |