题目
题目

2261 CS 0012 SEC1010 Final Quiz

判断题

The issubset() method can be used to determine whether set1 is a subset of set2.

选项
A.True
B.False
查看解析

查看解析

标准答案
Please login to view
思路分析
Consider the statement about the issubset() method and how it relates to subset tests. Option 1 (True): This is correct. In Python, you can call set1.issubset(set2) to check whether every element of set1 is contained in set2, which is exactly the definition of set1 being a subset of set2. The method ......Login to view full explanation

登录即可查看完整答案

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

更多留学生实用工具

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