Question: solve in python In the planet Utopia a year is a leap year in this century and previous century between years 45 and 450, if
solve in python
In the planet Utopia a year is a leap year in this century and previous century between years 45 and 450, if it is divisible by 30, Write a program that calculates whether a given year is a leap year in UTOPIA.
Input: The year in 4 digits between 45 and 450.
- You need to check the input year. When the input year is less than 45 or greater than 450 then use a loop to generate a warning message saying that the input is invalid and ask the user to keep entering another input until the input is valid.
Output: Yes its a leap year on UTOPIA OR No., its not a leap year in UTOPIA.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
