Computer Science, asked by tiyarawat1, 5 months ago

plzz help me in this question....​

Attachments:

Answers

Answered by shauryakumarsharma10
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 anurag83168316
1

Answer:

sorry I am not computer student

Similar questions