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
#create a class employee and add salary and increment properties to it.write a method salaryAfterIncrement method with a @property decorator with a setter which changes the value of increment based on the salary.