Question 7
2.5pts
Which comes first in the order of operations in Python expressions?
O Multiplication
Subtraction
O Exponents
O Parentheses
Question 8
2.5 pts used in calculations later in the program.) What is the best way to create a list of prices in Python? (Assume the list elements will be prices=[$2.50,$27.19,$11.73] prices=[$2.50,$27.19,$11.73] prices=[2.50,27.19,11.73] prices=[2.50,27.19,11.73]