ranceforhiwd / Python-Practice

Practice python routines
1 stars 0 forks source link

Create sales tax calculator #12

Closed ranceforhiwd closed 6 months ago

ranceforhiwd commented 7 months ago

Here is the formula for sales tax:

Image

Given:

Here's a list of items and their prices. Convert this list into a Python dictonary then use it to loop through and calculate the final prices of each item after a sales tax of 0.48 has been applied.

Create a new branch from this issue and clone the current code. Create a python file named tax_calc.py

When your program is working, create a pull request to merge the new file into the main branch

Refer to all the notes in the AWS test lambda functions we created with example code for various Python project challenges. This should be completed within 5 hours.

Finally

ranceforhiwd commented 6 months ago

Please see my corrections for this review paper.

Image

Bgaines0808 commented 6 months ago

image

Bgaines0808 commented 6 months ago

briandoc.python (1).pdf

ranceforhiwd commented 6 months ago

briandoc.python (1).pdf

This is a great paper to conclude the weeks of Python projects, looks like you're designing workflow processes to help you stay on track