Posts by Sanntozzz • 13 points
1 post
-
0
votes1
answer27
viewsQ: Problem running a Python script with classes
Create an employee class with the following attributes: number name salBruto salLiquido taxaIRS fees And the following methods: calcIRS() calcSS() calcSalLiquido() Taking into account the following…