def test_puzzle(self):
     a, b = 900000, 1000000
     m = a
     
     # binary search?
     
     print get_first_house_with_n_presents(34000000, a, b)
 def test_example(self):
     self.assertEqual(4, get_first_house_with_n_presents(70))