PYTHON QUESTION
Use f-strings and psuedocode
program2_1.pyWrite a program that calculates weekly pay, disregarding overtime. Assign an hourly pay rate of 27.50 to a properly named constant (see page 80). Prompt the user to enter the weekly hours worked. The hours might not be an integer. Calculate the weekly pay and display it as currency using an f-string. Currency format means two decimal places and a comma for pay in excess of $1,000.00.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here