Trying to write the add function for my SortedFreqList class. But I run into an error for example when I run
>>> x = SortedFreqList() >>>