# Introduction In this challenge, you will be given a date and asked to find the corresponding day of the week. The solution to this challenge will involve the use of Python's built-in `datetime` module.
Click the virtual machine below to start practicing