about | help | code help+videos | done | prefs |
Your first task is to search the criteria for leap year (and you'd be surprised it's a little more than what most think). Define a function that when passed the value for a year, returns True if it's a leap year, False otherwise. is_leap_year(1900) → False is_leap_year(1800) → False is_leap_year(1700) → False ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 3 Post-solution available
Copyright Nick Parlante 2017 - privacy