Code an f-string with the stock variable first, followed by the item variable.
stock
item
Make sure to pick f followed by " and then {stock}, {item}, ".
f
"
{stock}
{item}