plzz help me in this question....
Attachments:
Answers
Answered by
0
Answer:
year=int(input("Enter year: "))
if year%4:
print("It's a leap year")
elif year%100:
print("It's a Century leap year")
else:
print("It's neither a leap year nor a Century leap year")
Answered by
1
Answer:
sorry I am not computer student
Similar questions