Review the code below. What is the correct syntax for changing the price to 1.5?
fruit_info = {
'fruit': 'apple',
'count': 2,
'price': 3.5
}
Review the code below. What is the correct syntax for changing the price to 1.5?
fruit_info = {
'fruit': 'apple',
'count': 2,
'price': 3.5
}