What is in the set fruit after the following code snippet? fruit2 = set(["blueberry", "lemon", "grapes"]) fruit3 = set(["apple", "banana", "pears", "kiwi"]) fruit = fruit2.union(fruit3) 单项选择题

A

{'blueberry', 'lemon', 'grapes', 'apple', 'banana', 'pears', 'kiwi'}

B

{'blueberry', 'lemon', 'grapes'}

C

{}

D

{'apple', 'banana', 'pears', 'kiwi'}

登录即可查看完整答案

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

更多留学生实用工具

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