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.
Jacket $34.23
Hat $15.99
Pencil $1.12
Beer $1.75
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.
Here is the formula for sales tax:
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