Help with python programming!
Q1. A customer is purchasing six items. Write a program that that asks for the price of each item, then display the subtotal of the sale, the amount of sales tax, and the total. Assume the
sales tax is 10 percent.
Q2. Write a program that converts Celsius temperature to Fahrenheit temperate. Your the program should prompt the user to enter the temperature in Celsius. The program should output the temperature converted to Fahrenheit and the Celsius temperature. Hint : F = 9/5*C + 32