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
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