Question: 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
Get step-by-step solutions from verified subject matter experts
