Getting the Day of a Date Using Python
ECX 30 Days of Code and Design
Day 19
Task
Write a function that takes in a date as input, and returns what day of the week it is.
The input date can be in any convenient format (whether a "ddmmyy" string, a series of integers, etc.)
Your function m...
thecodingprocess.hashnode.dev2 min read