• Custom User Avatar

    I counted 105. You can see that using this code:

    def sum_for_list(lst):
        return lst
    
    Time: 644ms Passed: 0 Failed: 105 Exit Code: 1
    

    5 fixed, 100 random tests.

  • Custom User Avatar

    100 random tests.

  • Custom User Avatar

    How many test are there? Before I get an Execution Time Out my code goes properly through something about 67 tests. I just wonder how far I am from solution. (I use python)