issues
search
atharvaagrawal
/
Python-Challenges
This is Python Practice repository for Python Challenges Solver
1
stars
0
forks
source link
003-PROGRAM-TO-CHECK-YEAR-IS-LEAP-YEAR-OR-NOT-IN-PYTHON
#3
Open
atharvaagrawal
opened
4 years ago
atharvaagrawal
commented
4 years ago
Input:
Enter any year: 2020
Output:
2020 Year is Leap Year
Input:
Enter any year: 2020
Output:
2020 Year is Leap Year