Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 7 . 2 - Extract domain name Define a function to extract the domain name from an email address. Domain name is the part
Exercise Extract domain name
Define a function to extract the domain name from an email address.
Domain name is the part after @ sign.
Write test code to ask user for an email and print out the domain name
Sample output:
Enter an email address enter exit to quit : john
Domain is: Domain not found
Enter an email address enter exit to quit :
john.smith@missioncollege.edu
Domain is:
missioncollege.edu
Enter an email addressenter exit to quit :
jane.smith@sjsu.edu
Domain is:
sjsu.edu
Enter an email address enter exit to quit : exit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started