Now we'll add num_1, op, num_2, = result inside the f string.
num_1
op
num_2
= result
Make sure to pick {num_1} followed by {op} and then {num_2}, =, {result}.
{num_1}
{op}
{num_2}
=
{result}