Challenge 2
Think about the situation in which you need to prove something. For example ('cause we are talking about programming) you have implemented a solution and now you want to somehow test it.
Do you think it is a good idea, that you give the program a set of inputs and see if the output is perfect and with no error?
(Hint: search bout null hypothesis before answering)