I want to calculate the total price.
price=[20, 40, 50, 90] for i in range(len(price)): cost+=price[i] print("The Total sum of the Price is= "+s