Question: each student is assigned a system login name, which the user uses to log into the campus computer system. The university login names are generated

each student is assigned a system login name, which the user uses to log into the campus computer system. The university login names are generated by using the first six letters of the last name followed by the first letter of the first name followed by the last two digits of the year they were born. Write a Python program to request from the user their last name, their first name and the year they were born (all four digits). If the students last name is less than five letters long, use the entire last name. The program will let the user know their generated system student login.

(Do not use data structures, functions, or Python statements we have not covered in class.) (I need copy and paste of code, and screenshot)

Test case: Joe Doyle born in 1999 --> the student login ID is "DoyleJ99"

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!