Exercise: Apply a Discount

Write an if statement that gives a 10% discount when price is over 100.
Python
Setting up Python environment...
Output