Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create python script that will ask the user for four separate pieces of information using appropriate messaging for each piece of information:First Name, Last Name,
Create python script that will ask the user for four separate pieces of information using appropriate messaging for each piece of information:First Name, Last Name, Employee ID, Date of Birth. (capture each piece of information separately)Confirm that the employee ID is an all numerical entry, otherwise keep asking the user to re-enter this information until they enter it correctly.Once all the data is captured, save the information in a file as separate lines of information.
Read the file back and print its contents in the terminal window.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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