The Joy Of Computing Using Python Week 11 : Assignment 11 | NPTEL | Answers Jan 2023
https://www.computerbitsdaily.com/2023/04/joy-of-computing-using-python-week-11-assignment11.html
The Joy of Computing using Python Week 11 — Assignment 11 | NPTEL | Answer with Explanation

“Discover the Excitement of Computing with Python | Week 11 Multiple Choice Questions — Get ready to enhance your programming skills and deepen your understanding of the Python language with this week 11 MCQ on ‘The Joy of Computing using Python’. Test your knowledge and boost your confidence as a Python programmer today!”
Which statement will return the calendar for a whole year?
a. calendar.month(year)
b. calendar(year)
c. calendar.prcal(year)
d. calendar.year(year)