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


[no. 16]


Review the code below. What is the correct syntax for changing the price to 4.5?<br>fruit_info = {<br>'fruit': 'apple',<br>'count': 2,<br>'price': 3.5<br>}<br>fruit_info[2] = 4.5<br>option A:<br>fruit_info.price = 4.5<br>option B:<br>fruit_infol'price'] = 4.5<br>option C:<br>

Extracted text: Review the code below. What is the correct syntax for changing the price to 4.5? fruit_info = { 'fruit': 'apple', 'count': 2, 'price': 3.5 } fruit_info[2] = 4.5 option A: fruit_info.price = 4.5 option B: fruit_infol'price'] = 4.5 option C:

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here