Download the starter code form the website and create:
- A function that returns the domain of the email
- 3 functions that take the domain of the email address as a parameter and return the new email address with a different domain (to_gmail, to_yahoo, to_outlook)
- Hint: Use Use the slides in “Live Lesson 2”
Download the starter code and write a function that: