Scenario: You’ve been hired to help a local smoothie shop create a simple program that helps them take orders and calculate the total cost for customers. The shop sells three types of smoothies:
Strawberry Blast – £3.50
Mango Magic – £4.00
Green Power – £4.25
Your Task: Write a Python program that:
Calculates the total cost of the order.
Applies a 10% discount if the total is over £15.
If it is not (else), print the outcome if no discount applies
the only output will be “Total cost: £(answer goes here)
This must be to 2 decimal places