Question: Question 1 ( 6 0 Points ) : Write a python program that will validate a Date. This code takes a date as user input

Question 1(60 Points): Write a python program that will validate a Date. This code takes a date as user input (DD, MM, YYYY) and returns 'True otherwise.
Sample Inputs and Outputs:
Input:(29,02,2020), Output: True
Input:(29,02,2021), Output: False
Input:(31,04,2011), Output: False
You must test the following two test cases with your code and attach the output.
Input:(29,02,1912), Output:?
Input:(31,06,2011), Output:?
Input:(15,13,2011), Output:?
 Question 1(60 Points): Write a python program that will validate a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!