Display the shipping cost with an f-string that contains Shipping cost:, and the shipping_cost variable.
Shipping cost:
shipping_cost
Make sure to pick f followed by " and then Shipping cost:, {, shipping_cost, }, ".
f
"
{
}