Sunday is first day the week.
E.g. Today is Saturday, 9th of Feb 2019. I want the date of first day of that week which is 3rd of Feb 2019. How can I do that in Python 3?
Also if today is 7th Feb 2019 which is Thursday, and the first of day of that week is also 3rd Feb 2019.
How can I do that in Python 3?
Thank you