Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Question E Problem program.pyclasslist.txt You're enjoying learning programming so much, you've decided to run your own class teaching programming basics. You've got plenty of

Python Question

image text in transcribed

image text in transcribed

E Problem program.pyclasslist.txt You're enjoying learning programming so much, you've decided to run your own class teaching programming basics. You've got plenty of students signing up, and now you need to make logins for each of them. Since usernames (but not first names) have to be unique, you decide to write a program to help generate them. You should read in the classlist.txtwhich contains on each line. Your program should print out a list of usernames based on the following rules: . Username should be a students' first and, if applicable, middle If there already exists a student with that username, use their If that already exists, use firstname plus first letter of lastname, name(s), with no spaces, converted to lower case. firstname plus first letter of last name converted to lower case. plus a number, starting at 1 and counting up as required. For example, given the following classlist.txt Submissions Output classlist.txt Max Eisenhardt Katherine Pryde Anna Marie Darkholme James Howlett James Proudstar James Prindle James Bradley Autosaved then your program should print out: max katherine annamarie

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

Oracle Database 19c DBA By Examples Installation And Administration

Authors: Ravinder Gupta

1st Edition

B09FC7TQJ6, 979-8469226970

More Books

Students also viewed these Databases questions

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago