Display how many events are scheduled by using len() on the events list stored in the parameter calendar.
len()
calendar
Make sure to type len(calendar).
len(calendar)