Question at position 3 Consider the code fragment below. It has a missing piece of code indicated by XXX. Complete the print statement to output: You have 3 oranges costing $1.50 total. fruit = "orange" quantity = 3 price_per_unit = 0.5 print( XXX )f"You have $(quantity) $(fruit)s costing $round(quantity * price_per_unit, 2) total."f"You have {quantity} {fruit}s costing ${quantity * price_per_unit:.2f} total."f"You have quantity fruit costing ${quantity * price_per_unit:.2f} total."f"You have {quantity} {fruit}s costing ${quantity * price_per_unit:2} total."Clear my selection单项选择题

A

f"You have $(quantity) $(fruit)s costing $round(quantity * price_per_unit, 2) total."

B

f"You have {quantity} {fruit}s costing ${quantity * price_per_unit:.2f} total."

C

f"You have quantity fruit costing ${quantity * price_per_unit:.2f} total."

D

f"You have {quantity} {fruit}s costing ${quantity * price_per_unit:2} total."

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!