Answer:
Step-by-step explanation:
line 13 should be changed to:
print(“Item 1: “ + item1 + “ - $” + str(float(const1)))
You cannot concatenate a string to float type.
6.5m questions
8.6m answers