Computer Science, asked by Anonymous, 9 months ago

Answer the attachment :P​

Attachments:

Answers

Answered by Anonymous
23

\huge\mathbb{ANSWER}

year=int(input("enter year"))

if(year%4==0):

print("leap year")

else:

print("not a leap year")

note: screenshots of program is in attachment.

\huge\bold\red{THANK YOU }

Attachments:
Answered by hydrogen000001
0

year=int(input("enter year"))

if(year%4==0):

print("leap year")

else:

print ("not a leap year")

Similar questions