code-reviews

roelofw 2016-12-10T08:49:05.000244Z

@gdeer81 solution 1 : https://www.refheap.com/124193

roelofw 2016-12-10T10:19:24.000246Z

solution 2 : https://www.refheap.com/124195

roelofw 2016-12-10T16:57:54.000248Z

@gdeer81 are these good solutions ?

gowder 2016-12-10T19:54:58.000250Z

@roelofw: on the first one, what should happen if you pass all false in?

roelofw 2016-12-10T19:59:12.000255Z

@gowder That gives true

gowder 2016-12-10T20:01:10.000256Z

Should it? I read the docstring as saying that it should give false in that case...

roelofw 2016-12-10T20:17:00.000257Z

you are right. I have to think about how to solve this

roelofw 2016-12-10T20:17:05.000258Z

Thanks

roelofw 2016-12-10T20:17:56.000259Z

I think I have to check if there is a true somewhere

1