Create a python program that asks the user for his/her name, hours worked and hourly pay rate and calculates the user weekly paycheck. The program should use two functions. The first function should calculate the total pay for the week. The second function should display a message like "Sean, your total pay for the week is $XXXX."



Answer :

Other Questions