Design and Write a program that asks for a 4-digit year anddetermines whether that year is a leap year or not.
This should work for any year from 1700 to 2022. Anything notcompletely obvious to a newbie must use # notes on lines toexplain. Must be modularized and repeatable. Should have aninvocation of the main routine at the end of the program.
Must have Flowgorithm and Python code.