Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a python program. You have asked to create a text file Employee_Details.txt. Write following data into it. Id name designation salary address email 101

Write a python program.

You have asked to create a text file ‘Employee_Details.txt’. Write following data into it.

Id          name     designation        salary    address               email

101       Ahmed manger               50000   Karachi               ahmed_ali@gmail.com

103       hamad  cashier                40000   Karachi               hamad_khan@gmail.com

104       junaid   sales man           30000   Karachi               junaid_ali@gmail.com


  • Write a function Emp_Search () to search particular employee from file based on id.
  • 3. Write a function to enter email of employee and verify if it’s valid using regular expression.
  • 4. Write python code to count occurrence of word in the file. say ( Karachi repeated 3 times)

Step by Step Solution

3.35 Rating (158 Votes )

There are 3 Steps involved in it

Step: 1

write a Function Empsearch search particulalar employee from file based on id import txt with openemployeetxt r as file def empsearchpid cur concursor curexecutename designationsalary addressemail fro... 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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions