Question: solve with python programming Q1: Write a program that determines whether the input year is Leap or Simple, Where the leap year is the year

solve with python programming
Q1: Write a program that determines whether the input year is Leap or Simple, Where the leap year is the year that is divisible by 4 and will not be a leap if it is divisible by 100 or not divisible by 400. Q2: Write a program to print the number of days of the input month number. Q3: Write a program that inputs the month number and prints the name of the month
Step by Step Solution
There are 3 Steps involved in it
Here are Python solutions for the questions youve posed Q1 Determine if the input year is a Leap Yea... View full answer
Get step-by-step solutions from verified subject matter experts
