Computer Science, asked by dikshitad016, 5 hours ago

Write a program to display all leap years 2000- 2012 using For Loop.​

Answers

Answered by sumirmalhotra06
1

a=int(input("Entre any year: "))

if a%==0:

   print(a, "is a leap year")

else:

   print(a, "is not a leap year")

Mark it as BrainLiest  :)

Similar questions
Math, 5 hours ago