Harsh1509
Results
1
comments of
Harsh1509
> For the sum_two_challenge notebook ([link](https://github.com/donnemartin/interactive-coding-challenges/blob/master/math_probability/sum_two/sum_two_challenge.ipynb)), the Solution class template only takes one parameter: > > ``` > class Solution(object): > > def sum_two(self, val): > # TODO: Implement me...