I have to store in a variable how many times the most repetitive element repeats in a list. But I should not use any list comprehension, or dictionary or count module etc. T