Using import sys : Create a python program username.py, that has a function that takes as arguments afirst and last name and creates a username. The username will be the first letterof the first name in lowercase, the last 7 of the last name in lowercase, and thetotal number of characters in the first and last names. For example, EasternUniversity would be eversity17.● The program should print "Your username is x" where x is the username.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here