Question: Python 3.2: At a university, each student is assigned a login name, which the student uses to log into the campus computer system. Write a
Python 3.2: At a university, each student is assigned a login name, which the student uses to log into the campus computer system. Write a program that prompts the user to enter their first name, last name, and ID number, and creates a login using the first three characters of the students first and last name and the last three characters of the ID number. Ex: Amanda Spencer 45356721 would be AmaSpe721. If ID, last or first name is less than or equal to 3 characters, display the entire thing. Only need login for one student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
