STEP 1 - CALCULATEINCOME
# Review: Calculate salary - annual or quarterly based on
# parameters passed in - takes int monthly salary, and multiplier - just returns value (no print)
def calculate_income(rate, annualorquarterly):
income = rate/annualorquarterly
annualorquarterly = 1

    • 4 years ago
    Answer Attached
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      CALCULATEINCOME.zip