Computer Science, asked by adritakmr, 4 months ago

create a program in python to find if a year is a leap year or not.A year is a leap year if it is divisible by 4
pls answer with screenshot
i will give 100 points to whoever answers it first only today within half an hour

Answers

Answered by KANISHSHYAM
3

Answer:

year=int(input("Enter year to be checked:")) if(year%4==0 and year%100!= 0 or year%400==0): print("The year is a leap year!) else: print("The year isn't a leap year!)

Attachments:
Answered by Abhisheklasur
0

Answer:

Heat is the form of energy that is transferred between systems or objects with different temperatures (flowing from the high-temperature system to the low-temperature system). Also referred to as heat energy or thermal energy. Heat is typically measured in Btu, calories or joules

Similar questions