You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem statement: Create the instance attributes fullname and email in the Employee class. Given a person's first and last names:
Form the fullname by simply joining the first and last name together, separated by a space.
Form the email by joining the first and last name together with a "." in between, and follow it with @company.com at the end. Make sure the entire email is in lowercase.
Problem Link: https://edabit.com/challenge/gB7nt6WzZy8TymCah