cucumbers = 4
price_per_cucumber = 3.25
total_cost = cucumbers * price_per_cucumber
print(total_cost)
print(type(total_cost))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: