See the result/math

how do I see the math output/result of
print “total_cost = cucumbers * price_per_cucumber”

By not printing it as a string. Compute total_cost then print it.

total_cost = cucumbers * price_per_cucumber
print total_cost