ValueError: max() arg is an empty sequence
I’ve created a GUI using wxFormBuilder that should allow a user to enter the names of “visitors to a business” into a list and then click one of two buttons to return the most frequent and least frequent visitors to the business. I created an earlier version that, unfortunately, gave me the range of visitors, … Read more