Path 1: 1 calls (1.0)
→ theweek list (1)
→ width 1 (1)
1def prweek(self, theweek, width): 2 """ 3 Print a single week (no newline). 4 """ 5 print(self.formatweek(theweek, width), end='')