Leap Year in Python

Write a Program in Python to check if a Year is Leap Year or not.

Output

Please Enter the number: 234
Sorry! Given Year is not a leap Year

Flowchart of leap year or not by using an if-else statement