Question: Python Programming:- date_maker.py Question:- 1 . Create a program that will use random numbers to create a set of dates and times that exist since
Python Programming:- date_maker.py
Question:-
1. Create a program that will use random numbers to create a set of dates and times that exist since the year the user was born. There may be other ways to create this but need to do it a specific way. To use the application, the user will enter the year they were born. Then using pseudo random number generation available using the random module, the program will display to the user a specified number of dates and times which have occurred between the year the user was born and this year (inclusively).
Create function named get_year_born, get_number_to_show, get_random_time, get_random_date, and call each function appropriately and as needed to finish the code:-
SAMPLE OUTPUT:-

What year were you born? 1990 How many date/times should I show? 5 Here are some possible times in your life: Date Time 9/2/2002 02:18 8/15/2018 05:52 1/20/2007 19:28 12/13/2019 05:23 7/18/2020 13:00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
