Answered step by step
Verified Expert Solution
Link Copied!

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 7.2- Extract domain name
Define a function to extract the domain name from an email address.
Domain name is the part after @ sign.
Writertest 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 address( enter exit to quit) :
jane.smith@sjsu.edu
Domain is:
sjsu.edu
Enter an email address( enter exit to quit) : exit
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions