Question: Question 1 ( 6 0 Points ) : Write a python program that will validate a Date. This code takes a date as user input
Question 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: Output: True
Input: Output: False
Input: Output: False
You must test the following two test cases with your code and attach the output.
Input: Output:?
Input: Output:?
Input: Output:?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
