Most years have 52 weeks, some have 53, according to [https://en.wikipedia.org/wiki/ISO_week_date#Weeks_per_year ISO8601]. ;Task: Write a function which determines if a given year is long (53 weeks) or not, and demonstrate it.