Dan
Results
2
comments of
Dan
Hi, Norbert. Thank you for the reply. Here is my code. ``` from calendar import day_name, Calendar from datetime import date def meetup(year, month, week, day_of_week): desired_day = [day for...
OK... I think I get it. I was able to mend my code to get pytest working with both the modifications to the pytest file you suggested and also after...