Path 1: 1 calls (1.0)
→ theyear 2004 (1)
→ w 0 (1)
→ l 0 (1)
→ c 6 (1)
→ m 3 (1)
1def pryear(self, theyear, w=0, l=0, c=6, m=3): 2 """Print a year's calendar.""" 3 print(self.formatyear(theyear, w, l, c, m), end='')