Browse Source

Add a note to download lab3.piz

raylu 14 years ago
parent
commit
a2dc8b6d55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/lab3.py

+ 1 - 0
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__':