In Python Create a program that reads a full name as a single string, and and uses the split creates a username with the following rules: The first character of the username is the first character of...


In Python Create a program that reads a full name as a single string, and and uses the split creates a username with the following rules:



  • The first character of the username is the first character of the first name.

  • The second character of the username is the first letter of the middle name, if one was provided.

  • The rest of the characters will be a prefix of the last name, long enough to meet the length requirement.

  • The username can have up to 8 characters only, and in lowercase.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here