Answered step by step
Verified Expert Solution
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...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