हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

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

Advertisements
Advertisements

प्रश्न

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

टिप्पणी लिखिए

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 7: Python functions - Evaluation [पृष्ठ ११३]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 7 Python functions
Evaluation | Q 5. | पृष्ठ ११३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×