Leap Year or Common Year (Challenge)

# Introduction In this challenge, we will implement a Python program to determine whether a given year is a leap year or a common year. The rules for leap years are that they occur every four years, except for century years that are not divisible by 400. The program will prompt the user for a year and return whether it is a leap year or a common year.

|60 : 00

Click the virtual machine below to start practicing