Question: DATA PROGRAMMING: PYTHON write a program (pay calculation) and create a function called computepay which takes two parameters(hours and rate). The function computes your gross
DATA PROGRAMMING: PYTHON
write a program (pay calculation) and create a function called computepay which takes two parameters(hours and rate). The function computes your gross pay and returns the payment. The program output is shown below.
Input:
45 10
Output:
Your gross pay is $487.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
