English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Write a Python code to check whether a given year is a leap year or not. - Computer Science

Advertisements
Advertisements

Question

Write a Python code to check whether a given year is a leap year or not.

Short Note

Solution

n = int (input(“Enter any year”))
if (n % 4 = = 0):
print “Leap year”
else:
print “Not a Leap year”

Output:
Enter any year 2001
Not a Leap year

shaalaa.com
Introduction to Python Functions
  Is there an error in this question or solution?
Chapter 7: Python functions - Evaluation [Page 113]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 7 Python functions
Evaluation | Q 5. | Page 113
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×