Page 1 of 1

Write function emails() that takes a URL (as a string) as input and returns the set of unique email addresses (i.e., str

Posted: Sun Jul 10, 2022 11:31 am
by answerhappygod
Write Function Emails That Takes A Url As A String As Input And Returns The Set Of Unique Email Addresses I E Str 1
Write Function Emails That Takes A Url As A String As Input And Returns The Set Of Unique Email Addresses I E Str 1 (124.85 KiB) Viewed 67 times
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('https://www.aucegypt.edu/home') [email protected] >>emails('https://oue.fas.harvard.edu/contact') [email protected] [email protected]