Alright i need help computing random dates and i have to use lists.
this is what the program should do
program must print out the following output:
1. The complete list of birthdays that you generated.
2. The birthday that was generated twice (printed separately from the list).
3. The count of birthdays the occurred in each month.
I wasnt sure how i could do this using list, ive learned lists,if statements,while loops randrange and some other stuff i cant really think how to do all of this thanks