Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Highline College Name: Highline College 5. Download taxform.py and copy to your working folder. Update the file to change the TAX_RATE to 15% and DEPENDENT_DEDUCTION
Highline College Name: Highline College 5. Download taxform.py and copy to your working folder. Update the file to change the TAX_RATE to 15% and DEPENDENT_DEDUCTION to 2500.0 Open python shell from puchary and import the file as below:- >>> Sport taxton Enter the gross income: Chapter 02 Note: You will not be able to copy most of the code in this exercise. You have to type it. 1. Open a Python shell, enter the following expressions, and observe the results including errors: Expression Value (output on screen) 3.4 + 5.8 + 74-2 23 & 5 + 37/4 3 - 17 (1610) Enter gross of 35200 and 5 dependents.|| Upload your modified python file and a screenshot of your PyCharm output. 1 + 2 + 3 + 4 + 11 + 6 + 7 + + 9) 345 / 10 / 3.55/5/5 + 10 / 15 / 2.0) F1.5 2.0 + (5.5 / 2) + 5/6 2. Create a file named math_functions.py and write code that will prompt user for a number and then computes the square root and logarithm of the number and displays the result Upload your python file and a screenshot of your PyCharm output. 3. An employee's total weekly pay equals the hourly wage multiplied by the total number of regular hours plus any overtime pay. Overtime pay equals the total overtime hours multiplied by 1.5 times the hourly wage. Write a program that takes as inputs the hourly wage, total regular hours, and total overtime hours and displays an employee's total weekly pay. Upload your python file and a screenshot of your PyCharm output. 4. Create a file named compute_surfacearea.py and write code that will prompt user for radius of a sphere and then computes the surface area of the sphere and displays the surface area. Use formula A = 4r2 to get surface area. Round the result of the calculation to two decimal places. Open command prompt and run the file. Hint: Use the math module Upload your python file and a screenshot of your PyCharm output
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started