Question Garden shop customers get a discount if they purchase over a certain amount. If over $100 then a discount of 10% , if over $50 then 5%. If a customer purchases $ amount of goods, write the Sequential/Decision python code that will print their total bill. (Indicate indents and be consistent)> Note: assume amount is a given, that is, write your decision structure using the abstract variable amount I need help starting this problem. I’m not sure where to start
Question
Garden shop customers get a discount if they purchase over a certain amount. If over $100 then a discount of 10% ,
if over $50 then 5%.
If a customer purchases $ amount of goods, write the Sequential/Decision python code that will print their total bill. (Indicate indents and be consistent)> Note: assume amount is a given, that is, write your decision structure using the abstract variable amount
I need help starting this problem. I’m not sure where to start