Question: Part 1 Input the following items in the order given, one item per line, and convert the type only if needed: First name (string) Last

 Part 1 Input the following items in the order given, one

Part 1 Input the following items in the order given, one item per line, and convert the type only if needed: First name (string) Last name (string) Employee number (int) Index 1 (int) Index 2 (int) Unicode value (int) Add 999 to Employee number Make a list of these six items in the order input (use the modified Employee number) Print the list Part 2 Make a 4-character string that will be a userID string as follows: Concatenate the character from First name indexed by Index 1, the character from Last name indexed by Index 2, the digit in tens position of the Employee number, and the character whose Unicode value is given by Unicode value to make a 4-character userID. Print the userID Part 3 Remove the first element of the list you made in Part 1 and append it to the end of the list Print the list. Example run for all parts. When input is Clint Westwood 478 0 4 36 Standard output contains ['Clint', 'Westwood', 1477, 0, 4, 36] Cw7$ ['Westwood', 1477, 0, 4, 36, 'Clint']

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!