Exercise: Find the weekday
Use
.weekday() on a date to discover what day of the week it falls on. Monday is 0, Sunday is 6.Premium
Python
Setting up Python environment... Output