Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me create this using python. Input section: Instead of using static list and the zip() method, you will receive input from the end

Please help me create this using python.

image text in transcribed

Input section: Instead of using static list and the zip() method, you will receive input from the end user (again this is you, LOL). You will take that information and apply it to a list with the elements being tuples. You will ask for user input with the following question: - What is your first name? - What is your last name? - What year were you born? Your program should ask the end user for at least 5 employees and include at least 2 employees that will cause a duplicate username that your new logic will correct. You will need to validate the data as to length. First and Last Name should be at least a length of 2 . Year of birth should be a length of 4 but can remain a string. After each employee has entered their first name, last name and year of birth, you should display that information back out to the employee and ask them to confirm the information. If the employee answers Yes then update the employee data list with the information. If the employee answers No then clear the input variables and ask the questions again. After your program receives information on 5 employees, you will terminate the input process

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2010 Barcelona Spain September 2010 Proceedings Part 2 Lnai 6322

Authors: Jose L. Balcazar ,Francesco Bonchi ,Aristides Gionis ,Michele Sebag

2010th Edition

364215882X, 978-3642158827

More Books

Students also viewed these Databases questions

Question

Comment should this MNE have a global LGBT policy? Why/ why not?

Answered: 1 week ago