PYTHON
Given that price = 2 and product ='Milk',
(a) using the variables price and product, write an expression that
creates the string
'Milk: $2'
(b) write a print statement, using the variables price and product,
that prints the
output 'Milk: $2.00'
(c) write a print statement, using the variables price and product,
that prints the
output 'Milk costs 2 dollars.'