Question: This is in PYTHON not java Use Eclipse to create a new Python 2. project. Write a program to check it a a year is
Use Eclipse to create a new Python 2. project. Write a program to check it a a year is leap year or not. If a year is divisible by 4 then it is leap year but if the year is century year like 2000,1900,2100 then it must be divisible by 400 . Make sure when you are checking your program that you test for " both cases, Write your code asking the user for ingut for a year You also should comment your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
