a Python program that gathers the following employee information…

Question Answered step-by-step a Python program that gathers the following employee information…  a Python program that gathers the following employee information according to the rules provided:Employee ID (this is required, and must be a number that is 7 or less digits long)Employee Name (this is required, and must be comprised of primarily upper and lower case letters. It also cannot contain any of the following characters: ! ” @ # $ % ^ & * ( ) _ = + , < > / ? ; : [ ] { } ).Employee Email Address (this is required, and must be comprised of primarily of alphanumeric characters. It also cannot contain any of the following characters: ! ” ‘ # $ % ^ & * ( )  = + , < > / ? ; : [ ] { } ).Employee Address (this is not required, but if it is provided, it must be comprised primarily of alphanumeric characters. It cannot contain any of the following characters: ! ” ‘ @ $ % ^ & * _  = + < >  ? ; : [ ] { } ). if a user inputs any of the above information incorrectly, the program terminates without asking for more information.At the end of your program, it should print out: “Hello, . Your Employee ID is , and your email address is . Your address is “. If no address was provided, please replace the last sentence with “You did not provide an address.’Be sure to put comments in your code that clearly mark how you are performing your program logic. Computer Science Engineering & Technology Python Programming CIS 2737 Share QuestionEmailCopy link Comments (0)