James_reply

Untitled

May 10th, 2021
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. lovely_loveseat_description = "Lovely Loveseat. Tufted polyester blend on wood. 32 inches high x 40 inches wide x 30 inches deep. Red or white."
  2. lovely_loveseat_price = 254
  3. stylish_settee_description = "Stylish Settee. Faux leather on birch. 29.50 inches high x 54.75 inches wide x 28 inches deep. Black."
  4. stylish_settee_price = 180.50
  5. luxurious_lamp_description = "Luxurious Lamp. Glass and iron. 36 inches tall. Brown with cream shade"
  6. luxurious_lamp_price = 52.15
  7. sales_tax = 0.088
  8. customer_one_total = lovely_loveseat_price + luxurious_lamp_price
  9. customer_one_itemization = lovely_loveseat_description + luxurious_lamp_description
  10. int(customer_one_tax) = customer_one_total * sales_tax
  11. print("Customer One Items:")
  12. print(customer_one_itemization)
  13. print("Customer One Total:")
  14. print(customer_one_tax)
Advertisement
Add Comment
Please, Sign In to add comment