Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python and dont copy the answer from a similar question as it doesnt work. thanks! Question 6 Incomplete answer Mark 18.00 out of Write

image text in transcribed

in python and dont copy the answer from a similar question as it doesnt work. thanks!

Question 6 Incomplete answer Mark 18.00 out of Write a function find_host_in_file. The function will have 2 parameters, a file_name, and a hostname The file contains an email Id in each line eg. ioana.fleming@colorado.edu where ioana.fleming is the username and colorado.edu is the host 3000 The function should return a list of all the users in the file which have the hostname as the parameter passed The function should return a -1 if the file can't be opened. ?Rag question Use try-except for exception handling There might be empty lines in the file, or the email ID might have leading and trailing spaces. You should first parse the file and split each line and store it. Answer: (penalty regime 0 %)

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_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Guide To Client Server Databases

Authors: Joe Salemi

2nd Edition

1562763105, 978-1562763107

More Books

Students also viewed these Databases questions

Question

Why isnt choosing a legal entity a one-time event?

Answered: 1 week ago

Question

Examine various types of executive compensation plans.

Answered: 1 week ago

Question

1. What is the meaning and definition of banks ?

Answered: 1 week ago

Question

2. What is the meaning and definition of Banking?

Answered: 1 week ago

Question

3.What are the Importance / Role of Bank in Business?

Answered: 1 week ago

Question

Define and measure service productivity.

Answered: 1 week ago