Examlex

Solved

What Values Are Actually Displayed Where We've Inserted ??? in Out[1]

question 21

Multiple Choice

What values are actually displayed where we've inserted ??? in Out[1] and Out[2]: In [1]: {1, 3, 5}.isdisjoint({2, 4, 6})
Out[1]: ???
In [2]: {1, 3, 5}.isdisjoint({4, 6, 1})
Out[2]: ???


Definitions:

Related Questions