7 lines
238 B
Text
7 lines
238 B
Text
|
|
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.
|
||
|
|
<br><br>
|