Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please solve the following using python 3.8.3 please make sure there are no errors in the code please solve it very quickly (less than 45

image text in transcribed

please solve the following using python 3.8.3

please make sure there are no errors in the code

please solve it very quickly (less than 45 min)

Create a data file with 1000 lines. Each line in the file consists of a faculty first name, last name, rank, and salary. Faculty's first name and last name for the ith line are FirstNamei and LastNamei. The rank is randomly generated as assistant, associate, and full. The salary is randomly generated as a number with two digits after the decimal point. The salary for assistant professor should be in the range from 50,000 to 80,000, for associate professor from 60,000 to 110,000, and for full professor from 75,000 to 130,000. Save the file in Salary.txt. Here are some sample data:. FirstName1 LastNamei assistant 60055.95 FirstName2 LastName2 associate 81112.45 FirstName1000 LastName1000 full 92255.21 Display the output also

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

Recommended Textbook for

The Temple Of Django Database Performance

Authors: Andrew Brookins

1st Edition

1734303700, 978-1734303704

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago