Create a python code that generates a new email

1) Create a python code that generates a new email for new employees of a company called X.The new emails will have to include:
A. The first 3 letters of the first name, follow by…
B. The first letter of the second name if the user has one, if they don’t then don’t add this letter and continue, follow by …
C. The first 2 letters of the fist last name, follow by…
D. The last 2 digits of the birthday year, follow by
E. @companyX.com
F. Print the new email.Note: You have to ask the user all the information you need.