Forgot to include the python program requirement
Leap Year
Every year year that is divisible by 4 is a leap year. You are trying to determine if a given year is a leap year.
1. PSEUDOCODE: Write the pseudocode that:
a. Prompts the user to enter a year
b. Displays if the year is a leap year
Your pseudocode can be submitted by pasting it into the Submission screen or attaching it as a text file or Word document.
2. PYTHON PROGRAM: Write the Python program for this problem using the Python IDLE editor.