Calendar
c=calendar()
c = calendar(y,m)
c = calendar returns a list containing a calendar for the current month. The calendar runs Sunday to Saturday.
c = calendar(y,m), where y and m are integers, returns a calendar for the specified month of the specified year.
calendar()
calendar(1973,8)