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.
8.6m questions
11.2m answers