Problem: Calculating the Total Cost of Items in a Shopping Cart with Discount We want to create a program that calculates the total cost of items in a shopping cart. Based on the total amount, we will apply a discount. The discount will vary depending on the total cost: Python Program Explanation: Complete…