Python first of the series

I need support with this Python question so I can learn better. Objective Demonstrate an understanding of: enumerate a = b if c else d assignment pattern Specification There are a lot of details to deal with here. Take each bit one at a time, and ask lots of questions. Start with your code from Assignment Eight. I will give this once the tutor is chosen! DataSet Class _table_statistics(self, row_category: Categories, label: str) Given a category from the Categories Enum, and a string matching one of the items in that category, calculate the minimum, maximum and average rent for the […]