Question: please use python3 to answer this question Consider the below string sequence: log=341johnbutters,445jakesmith,331stevmorrisy Someone in your company by mistake placed several employees in the same

please use python3 to answer this question

Consider the below string sequence:

log="341johnbutters,445jakesmith,331stevmorrisy"

Someone in your company by mistake placed several employees in the same string, as well as combining their 3 digit employee ID.

Your task is to write an automated script to produce a list output as shown below.

['johnbutters', 'jakesmith', 'stevmorrisy']

**** programmer must create a string of at least a dozen three digit employee code and employee name entries to demonstrate the automated code output.

in addition, describe an ALTERNATE way you COULD have performed this if you had more time and unlimited funds.

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!