Activity 3 • Write a program that ask the user to enter the price of an item and the quantity bought. • If quantity is greater or equal to 10, the customer get 10% discount. • Otherwise there is no discount. • Work out and display the total price, the amount of discount and the actual amount to pay. PYTHON3 ​