item_price = [5.2, 3.3, 5.4, 2.7] total_price = 5.6 total_price = sum(item_price) print("The sum of all the items is:", str(total_price))