• + 1 comment

    Traceback (most recent call last): File "Solution.py", line 9, in second_lowest_mark = sorted(list(dict.fromkeys(score_list)))[1] IndexError: list index out of range

    i am getting above error