Question
PYTHON 3: At a university, each student is assigned a system login name, which the student us to log into the campus computer system As
PYTHON 3: At a university, each student is assigned a system login name, which the student us
to log into the campus computer system As part of your internship with the
university's Information Technology department, you have been asked to write
the code that generates system login names for students. You will use the
following algorithm to generate a login name:
1) Get the first 3 characters of the student's first name
2) Get the first 2 characters of the student's last name.
3) Get the last four digits of the student's ID number
For example, if a student's name is Earl Boykins and his ID number is 15965425 then his login name would be EarBo5425
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