I would like to generate every single birthday possible (365 possible birthdays) in python but have no idea how to do it. I tried making a value that counts up and stops at a certain number but that won't work!
what I mean is like this: 01 01 2020 01 02 2020 01 03 2020 M D Y
Etc
Any help works!
Thanks!