Write function emails() that takes a URL (as a string) as input and returns the set of unique email addresses (i.e., str
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write function emails() that takes a URL (as a string) as input and returns the set of unique email addresses (i.e., str
https://www.aucegypt.edu/home') [email protected] >>emails('https://oue.fas.harvard.edu/contact') [email protected] [email protected]
Write function emails() that takes a URL (as a string) as input and returns the set of unique email addresses (i.e., strings) appearing on the URL. You should use a regular expression to find the email addresses in the document. For example: >> emails('