Answer:
def calculate_pay(total_worked_hours, rate_per_hour):
if total_worked_hours > 40:
return (40 * rate_per_hour) + ((total_worked_hours - 40) * 2 * rate_per_hour)
else:
return total_worked_hours * rate_per_hour
Explanation:
- Create the calculate_pay function that takes 2 parameters.
- Inside the function check whether the total_worked_hours is greater than 40 and then return the pay by calculating with the help of formula for work over 40 hours.
- Otherwise return the pay by multiplying the total_worked_hours with rate_per_hour.
A 529 Plan is an education savings plan operated by a state or educational institution designed to help families set aside funds for future college costs.
your answer will be: It is a tax-advantaged college savings plan.
You are usually editing a word document when you are finished typing up and assignment or what not, then highlighting what you want to edit will tell the computer/word document what and where your making your edits.
Answer:
Midi Synthesizer, Mic,Boom Mic, Laptop
Explanation:
At the end of the day a keyboard and a pc is all you need as the keyboard alone can cover nearly any instrument.