def Find_Max_Length(lst): maxLength = max(len(x) for x in lst ) return maxLength