Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
Leap Year
Create a Python code that takes an integer `year` as input and returns `True` if the year is a leap year, and `False` otherwise. A leap year is divisible by 4 but not by 100, unless it is also divisible by 400.
Code :
2020
Total :
0 Discussion
Login
Code (Optional)
Upload Code Image (Optional)
Post Your Comment